diff options
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql index f27d3dce7..53d188244 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -227,6 +227,7 @@ create table comment ( email text not null, website text, created timestamp not null default ms_current_timestamp(), + confirmed timestamp, text text not null, -- as entered by comment author photo bytea, state text not null check ( |