1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-21 10:29:15 +05:30

Update videos.sql

This commit is contained in:
Omar Roth 2018-01-28 20:43:01 -06:00
parent dd7d078152
commit d367015029

@ -1,7 +1,5 @@
-- Table: public.videos
DROP TABLE videos;
CREATE TABLE public.videos
(
id text COLLATE pg_catalog."default" NOT NULL,