1
0
Fork 0
mirror of https://github.com/iv-org/invidious.git synced 2025-07-17 20:08:55 -04:00

Update videos.sql

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

View file

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