7675.557.1
by Jelmer Vernooij
Add restricted column to processorfamily. |
1 |
-- Copyright 2010 Canonical Ltd. This software is licensed under the
|
2 |
-- GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
||
4 |
SET client_min_messages=ERROR; |
|
5 |
||
7675.557.2
by Jelmer Vernooij
Add model code for processorfamily.restricted. |
6 |
ALTER TABLE processorfamily ADD COLUMN restricted boolean DEFAULT FALSE NOT NULL; |
7675.557.1
by Jelmer Vernooij
Add restricted column to processorfamily. |
7 |
|
7675.557.18
by Jelmer Vernooij
Use correct number for database schema patch. |
8 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 35, 0); |