mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 14:36:23 -04:00
Add separate user accounts
This commit is contained in:
parent
5b41c0f81b
commit
d29ea79a5d
4 changed files with 374 additions and 156 deletions
|
@ -10,6 +10,7 @@ CREATE TABLE public.users
|
|||
subscriptions text[] COLLATE pg_catalog."default",
|
||||
email text COLLATE pg_catalog."default" NOT NULL,
|
||||
preferences text COLLATE pg_catalog."default",
|
||||
password text COLLATE pg_catalog."default",
|
||||
CONSTRAINT users_email_key UNIQUE (email),
|
||||
CONSTRAINT users_id_key UNIQUE (id)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue