diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/schema.sql b/db/schema.sql index 8ee028289..c58abaf48 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -138,9 +138,9 @@ create table problem ( anonymous boolean not null, -- External information - external_id text not null, - external_body text not null, - external_team text not null, + external_id text, + external_body text, + external_team text, -- Metadata created timestamp not null default ms_current_timestamp(), |