mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-07 14:32:49 -04:00
Update videos.sql
This commit is contained in:
parent
dd7d078152
commit
d367015029
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue