diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-08 14:36:01 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-08 14:36:01 +0100 |
commit | 6b887cac626dfa0802051cc898a75c36e5c55b4f (patch) | |
tree | 60ae7a03624bdfaa839023a528e8c9f16093f65c /db | |
parent | 6f8a067e57fc6dcd7cf8ff3184af12d37ad85810 (diff) | |
parent | cf984198252ed545d924985ddeadaae506087ea6 (diff) |
Merge branch 'master' into migrate_to_catalyst
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql index ae66fc28c..a44b91ca7 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -154,6 +154,11 @@ create table problem ( name text not null, anonymous boolean not null, + -- External information + external_id text, + external_body text, + external_team text, + -- Metadata created timestamp not null default ms_current_timestamp(), confirmed timestamp, |