We are currently changing the definition of the {url_alias} table twice:

  • in system_update_7026() to increase the length of src and dst to 255 characters,
  • in system_update_7042() to rename src to source and dst to alias.

This is strictly unnecessary.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Damien Tournoud’s picture

Status: Active » Needs review
FileSize
2.06 KB
Damien Tournoud’s picture

Issue tags: +D7 upgrade path
moshe weitzman’s picture

Is it OK to leave a hole in the update sequence?

Damien Tournoud’s picture

@moshe weitzman: it is technically ok, but we probably should fill those gaps at one point. I prefer that we leave holes for now, we will be able to fill all the gaps in one sweep once the upgrade process will be finalized.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -D7 upgrade path

Automatically closed -- issue fixed for 2 weeks with no activity.