mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix typo in session_ids
This commit is contained in:
parent
5528a130b6
commit
ff563a70a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CREATE TABLE public.session_ids
|
||||||
CONSTRAINT session_ids_pkey PRIMARY KEY (id)
|
CONSTRAINT session_ids_pkey PRIMARY KEY (id)
|
||||||
);
|
);
|
||||||
|
|
||||||
GRANT ALL ON TABLE public.channel_videos TO kemal;
|
GRANT ALL ON TABLE public.session_ids TO kemal;
|
||||||
|
|
||||||
-- Index: public.session_ids_id_idx
|
-- Index: public.session_ids_id_idx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue