mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Update videos.sql
This commit is contained in:
parent
dd7d078152
commit
d367015029
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user