7675.353.1
by Curtis Hovey
Added db patch for sprint.is_physical |
1 |
-- Copyright 2009 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 |
||
6 |
||
7 |
-- Add a column to indicate that the attendee is physically attending
|
|
8 |
-- the sprint.
|
|
9 |
ALTER TABLE SprintAttendance |
|
10 |
ADD COLUMN is_physical BOOLEAN NOT NULL DEFAULT FALSE; |
|
11 |
||
12 |
||
7675.353.2
by Curtis Hovey
Fixed db version in patch. Added comments. |
13 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 04, 0); |