Fix typo in session_ids

pull/363/head
Omar Roth 6 years ago
parent 5528a130b6
commit ff563a70a5

@ -10,7 +10,7 @@ CREATE TABLE public.session_ids
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

Loading…
Cancel
Save