~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-14-0.sql

  • Committer: Robert Collins
  • Date: 2010-09-16 06:27:33 UTC
  • mto: (7675.785.142 launchpad)
  • mto: This revision was merged to the branch mainline in revision 11695.
  • Revision ID: robert@canonical.com-20100916062733-6sa49twamr06s79j
Final DB number allocated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
CREATE UNIQUE INDEX bugmessage__bug_index_unique ON BugMessage (bug, index);
9
9
 
10
10
 
11
 
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 99, 0);
 
11
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 14, 0);