~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/archive/patch-88-46-0.sql

merge db-devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SET client_min_messages=ERROR;
2
 
 
3
 
ALTER TABLE Builder ADD COLUMN active boolean DEFAULT TRUE NOT NULL;
4
 
 
5
 
INSERT INTO LaunchpadDatabaseRevision VALUES (88, 46, 0);