mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-30 10:58:25 +00:00
Merge pull request #2832 from tonyfinn/patch-1
Specify the public schema for playlist videos migration
This commit is contained in:
commit
6bd48ca645
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
-- DROP TABLE public.playlist_videos;
|
-- DROP TABLE public.playlist_videos;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS playlist_videos
|
CREATE TABLE IF NOT EXISTS public.playlist_videos
|
||||||
(
|
(
|
||||||
title text,
|
title text,
|
||||||
id text,
|
id text,
|
||||||
|
Loading…
Reference in New Issue
Block a user