mirror of
https://github.com/iv-org/invidious.git
synced 2024-08-30 18:23:25 +00:00
Remove ID constrant for users
This commit is contained in:
parent
8adb4650a0
commit
74cf3d18d0
@ -13,8 +13,7 @@ CREATE TABLE public.users
|
|||||||
password text COLLATE pg_catalog."default",
|
password text COLLATE pg_catalog."default",
|
||||||
token text COLLATE pg_catalog."default",
|
token text COLLATE pg_catalog."default",
|
||||||
watched text[] COLLATE pg_catalog."default",
|
watched text[] COLLATE pg_catalog."default",
|
||||||
CONSTRAINT users_email_key UNIQUE (email),
|
CONSTRAINT users_email_key UNIQUE (email)
|
||||||
CONSTRAINT users_id_key UNIQUE (id)
|
|
||||||
)
|
)
|
||||||
WITH (
|
WITH (
|
||||||
OIDS = FALSE
|
OIDS = FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user