diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index bf019c7ec..cad42fdcb 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -286,7 +286,7 @@ create table comment ( lang text not null default 'en-gb', cobrand_data text not null default '' check (cobrand_data ~* '^[a-z0-9]*$'), -- Extra data used in cobranded versions of the site mark_fixed boolean not null, - mark_open boolean not null default 'f' + mark_open boolean not null default 'f', problem_state text check ( problem_state = 'confirmed' or problem_state = 'investigating' |