mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-01 21:02:21 -04: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…
Add table
Add a link
Reference in a new issue