summaryrefslogtreecommitdiffstats
path: root/config/sql
diff options
context:
space:
mode:
Diffstat (limited to 'config/sql')
-rw-r--r--config/sql/users.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sql/users.sql b/config/sql/users.sql
index 2abcb991..605e1f7f 100644
--- a/config/sql/users.sql
+++ b/config/sql/users.sql
@@ -2,9 +2,9 @@
-- DROP TABLE public.users;
-CREATE TABLE public.users
+CREATE TABLE public.users
(
- id text COLLATE pg_catalog."default" NOT NULL,
+ id text[] COLLATE pg_catalog."default" NOT NULL,
updated timestamp with time zone,
notifications text[] COLLATE pg_catalog."default",
subscriptions text[] COLLATE pg_catalog."default",