launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #03044
[Merge] lp:~wgrant/launchpad/fix-patch-57 into lp:launchpad/db-devel
William Grant has proposed merging lp:~wgrant/launchpad/fix-patch-57 into lp:launchpad/db-devel.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~wgrant/launchpad/fix-patch-57/+merge/54481
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.
--
https://code.launchpad.net/~wgrant/launchpad/fix-patch-57/+merge/54481
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/fix-patch-57 into lp:launchpad/db-devel.
=== renamed file 'database/schema/patch-2208-57-0.sql' => 'database/schema/patch-2208-57-1.sql'
--- database/schema/patch-2208-57-0.sql 2011-03-23 00:12:19 +0000
+++ database/schema/patch-2208-57-1.sql 2011-03-23 09:02:39 +0000
@@ -11,4 +11,4 @@
CREATE INDEX packageupload__id_distroseries__archive__idx ON
packageupload(id, distroseries, archive) WHERE status IN (0,1);
-INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 57, 0);
+INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 57, 1);