From 3646395f1d8b200ebd33f3c0b65ad6bbaf0c7156 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 10 Feb 2019 12:33:29 -0600 Subject: Store session_ids in separate table --- config/sql/users.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'config/sql/users.sql') 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[], -- cgit v1.2.3