~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Ian Booth
  • Date: 2011-09-12 11:33:42 UTC
  • mto: (7675.1045.792 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13970.
  • Revision ID: ian.booth@canonical.com-20110912113342-32mox7zrdmxe33qr
Make new column nullable

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
SET client_min_messages=ERROR;
5
5
 
6
6
ALTER TABLE branch
7
 
    ADD COLUMN transitively_private bool NOT NULL DEFAULT FALSE;
 
7
    ADD COLUMN transitively_private bool;
8
8
 
9
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 85, 1);