aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
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 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,