Merge lp:~wgrant/launchpad/fix-patch-57 into lp:launchpad/db-devel

Proposed by William Grant
Status: Merged
Approved by: Stuart Bishop
Approved revision: no longer in the source branch.
Merged at revision: 10342
Proposed branch: lp:~wgrant/launchpad/fix-patch-57
Merge into: lp:launchpad/db-devel
Diff against target: 9 lines (+1/-1)
1 file modified
database/schema/patch-2208-57-1.sql (+1/-1)
To merge this branch: bzr merge lp:~wgrant/launchpad/fix-patch-57
Reviewer Review Type Date Requested Status
Stuart Bishop (community) db Approve
Review via email: mp+54481@code.launchpad.net

Commit message

[r=stub][no-qa] Rename DB patch 2208-57-0 to 2208-57-1. It was live-deployed.

Description of the change

Patch 2208-57-0 was live-deployed. But live-deployed patches need a non-zero patch value, so we had to change it to 2208-57-1 after it landed. So db-devel needs fixing.

It's possible that staging will need manual fix-up if it updated at the wrong time.

To post a comment you must log in.
Revision history for this message
Stuart Bishop (stub) wrote :

This is correct. Please land it.

review: Approve (db)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'database/schema/patch-2208-57-0.sql' => 'database/schema/patch-2208-57-1.sql'
2--- database/schema/patch-2208-57-0.sql 2011-03-23 00:12:19 +0000
3+++ database/schema/patch-2208-57-1.sql 2011-03-23 09:02:39 +0000
4@@ -11,4 +11,4 @@
5 CREATE INDEX packageupload__id_distroseries__archive__idx ON
6 packageupload(id, distroseries, archive) WHERE status IN (0,1);
7
8-INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 57, 0);
9+INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 57, 1);

Subscribers

People subscribed via source and target branches

to status/vote changes: