Merge lp:~edwin-grubbs/launchpad/bug-615654-patch-number-fix into lp:launchpad/db-devel

Proposed by Edwin Grubbs
Status: Merged
Approved by: Gary Poster
Approved revision: no longer in the source branch.
Merged at revision: 9882
Proposed branch: lp:~edwin-grubbs/launchpad/bug-615654-patch-number-fix
Merge into: lp:launchpad/db-devel
Diff against target: 9 lines (+1/-1)
1 file modified
database/schema/patch-2208-25-0.sql (+1/-1)
To merge this branch: bzr merge lp:~edwin-grubbs/launchpad/bug-615654-patch-number-fix
Reviewer Review Type Date Requested Status
Gary Poster (community) release-critical Approve
Review via email: mp+38145@code.launchpad.net

Description of the change

This branch fixes the schema patch number.

To post a comment you must log in.
Revision history for this message
Gary Poster (gary) :
review: Approve (release-critical)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'database/schema/patch-2208-99-0.sql' => 'database/schema/patch-2208-25-0.sql'
2--- database/schema/patch-2208-99-0.sql 2010-09-17 03:07:18 +0000
3+++ database/schema/patch-2208-25-0.sql 2010-10-11 18:15:56 +0000
4@@ -24,4 +24,4 @@
5 CREATE INDEX PersonTransferJob__major_person__idx ON PersonTransferJob(major_person);
6 CREATE INDEX QuestionJob__question__idx ON QuestionJob(question);
7
8-INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 99, 0);
9+INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 25, 0);

Subscribers

People subscribed via source and target branches

to status/vote changes: