diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-07-20 18:41:23 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2018-07-20 18:41:23 -0500 |
| commit | 99ff27dae3a91a8a6f297f5f3b47b36f0c947fdb (patch) | |
| tree | d6f2365264c7c9d014a84a0566cd4d0de6946306 /config/sql | |
| parent | 44effdd3a62870abf4e8df3766433889b2a8bf62 (diff) | |
| download | invidious-99ff27dae3a91a8a6f297f5f3b47b36f0c947fdb.tar.gz invidious-99ff27dae3a91a8a6f297f5f3b47b36f0c947fdb.tar.bz2 invidious-99ff27dae3a91a8a6f297f5f3b47b36f0c947fdb.zip | |
Update users.sql
Diffstat (limited to 'config/sql')
| -rw-r--r-- | config/sql/users.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sql/users.sql b/config/sql/users.sql index fbf21153..54f74219 100644 --- a/config/sql/users.sql +++ b/config/sql/users.sql @@ -11,6 +11,7 @@ CREATE TABLE public.users email text COLLATE pg_catalog."default" NOT NULL, preferences text COLLATE pg_catalog."default", password text COLLATE pg_catalog."default", + token text COLLATE pg_catalog."default", CONSTRAINT users_email_key UNIQUE (email), CONSTRAINT users_id_key UNIQUE (id) ) |
