Merge pull request #2832 from tonyfinn/patch-1

Specify the public schema for playlist videos migration
pull/2841/head
Samantaz Fox 3 years ago committed by GitHub
commit 6bd48ca645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save