Merge pull request #2832 from tonyfinn/patch-1

Specify the public schema for playlist videos migration
This commit is contained in:
Samantaz Fox
2022-01-24 14:18:08 +01:00
committed by GitHub

View File

@ -2,7 +2,7 @@
-- DROP TABLE public.playlist_videos;
CREATE TABLE IF NOT EXISTS playlist_videos
CREATE TABLE IF NOT EXISTS public.playlist_videos
(
title text,
id text,