diff options
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index 30f5d3a30..a448e05fa 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -449,7 +449,12 @@ create table moderation_original_data ( anonymous bool not null, -- Metadata - created timestamp not null default current_timestamp + created timestamp not null default current_timestamp, + + extra text, + category text, + latitude double precision, + longitude double precision ); create table user_body_permissions ( |