Skip to content

Commit 6bd48ca

Browse files
authored
Merge pull request #2832 from tonyfinn/patch-1
Specify the public schema for playlist videos migration
2 parents 8b0ed8b + cdc007c commit 6bd48ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sql/playlist_videos.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
-- DROP TABLE public.playlist_videos;
44

5-
CREATE TABLE IF NOT EXISTS playlist_videos
5+
CREATE TABLE IF NOT EXISTS public.playlist_videos
66
(
77
title text,
88
id text,

0 commit comments

Comments
 (0)