diff options
Diffstat (limited to 'sql/schema.sql')
-rw-r--r-- | sql/schema.sql | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/schema.sql b/sql/schema.sql index 3605e9cc..5dec6abe 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -251,11 +251,9 @@ CREATE TABLE notifications ( uid integer NOT NULL, date timestamptz NOT NULL DEFAULT NOW(), read timestamptz, - ntype notification_ntype NOT NULL, + ntype notification_ntype[] NOT NULL, iid vndbid NOT NULL, - num integer, - c_title text NOT NULL, - c_byuser integer + num integer ); -- producers |