summaryrefslogtreecommitdiffstats
path: root/config/sql
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-08-15 12:40:42 -0500
committerOmar Roth <omarroth@hotmail.com>2018-08-15 12:40:42 -0500
commit8adb4650a02c4c3abb66119373b7da831230d46b (patch)
treee3e3cc924e2cdd7fa51be46a599f292d40e523e1 /config/sql
parent45ce301bd29c0efda0c8f7c05a36765c5be187ff (diff)
downloadinvidious-8adb4650a02c4c3abb66119373b7da831230d46b.tar.gz
invidious-8adb4650a02c4c3abb66119373b7da831230d46b.tar.bz2
invidious-8adb4650a02c4c3abb66119373b7da831230d46b.zip
Add support for multiple sessions
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",