aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-08 13:50:09 +0100
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-08 13:50:09 +0100
commit109b355d511098de2f8ff630ab530caa3c6eb6f5 (patch)
tree5ca9021c8e94d8f55de0ca97f179f544abd78244 /db/schema.sql
parent56bbdf2268b04dc6afa212d3c6bcd117a327ceac (diff)
parentab818265ab3eeaa226ce94288f7e6c286d2a28db (diff)
Merge branch 'london'
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql
index fbff047fb..c58abaf48 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -137,6 +137,11 @@ create table problem (
phone 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,