Closed (won't fix)
Project:
HEAD to HEAD
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2010 at 10:56 UTC
Updated:
20 Mar 2015 at 15:30 UTC
Jump to comment: Most recent, Most recent file
In #895176: Upgrade fails because of integrity constraint violation in system_update_7060, the existing system_update_7061() became system_update_7062(), so to avoid rerunning it on update (which would drop keys and recreate them unnecessarily) we need to bump the system version number.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | system-version-up.patch | 688 bytes | gábor hojtsy |
Comments
Comment #1
gábor hojtsyNeeds review.
Comment #2
gábor hojtsyCommitted.
Comment #3
David_Rothstein commentedDoes this actually do anything?
Normally system.module's updates will run first, so system_update_7062() will have already run by the time anyone calls this.
Comment #4
gábor hojtsyAlso, $module is not defined. Huh. Anyway, rerunning that update is (I believe) harmless but takes some time, which I intended to avoid.
Comment #5
David_Rothstein commentedClosing this since no one is likely to need Drupal 7 HEAD to HEAD upgrade path patches anymore, and to clear out the queue for possible Drupal 8 usage (#2455949: [policy, no patch] Re-activate the head2head project and use it for beta2beta upgrades in the short-term).