~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-65-1.sql

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET client_min_messages = ERROR;
 
2
 
 
3
create index bug__new_patches__idx on bug(id)
 
4
where latest_patch_uploaded IS NOT NULL AND duplicateof IS NULL;
 
5
 
 
6
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 65, 1);
 
7