summaryrefslogtreecommitdiffstats
path: root/config/sql/users.sql
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-02-10 12:33:29 -0600
committerOmar Roth <omarroth@hotmail.com>2019-02-10 12:33:29 -0600
commit3646395f1d8b200ebd33f3c0b65ad6bbaf0c7156 (patch)
treecec5669ca5ea6b67758ded23dc8b3c1ed79e5313 /config/sql/users.sql
parent8bbf351d04309680f3d9f425b49490c1d8bf2ecd (diff)
downloadinvidious-3646395f1d8b200ebd33f3c0b65ad6bbaf0c7156.tar.gz
invidious-3646395f1d8b200ebd33f3c0b65ad6bbaf0c7156.tar.bz2
invidious-3646395f1d8b200ebd33f3c0b65ad6bbaf0c7156.zip
Store session_ids in separate table
Diffstat (limited to 'config/sql/users.sql')
-rw-r--r--config/sql/users.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/sql/users.sql b/config/sql/users.sql
index f806271c..536508a4 100644
--- a/config/sql/users.sql
+++ b/config/sql/users.sql
@@ -4,7 +4,6 @@
CREATE TABLE public.users
(
- id text[] NOT NULL,
updated timestamp with time zone,
notifications text[],
subscriptions text[],