Merge branch 'master' of github.com:iv-org/invidious

このコミットが含まれているのは:
テクニカル諏訪子 2022-01-25 02:00:09 +09:00
コミット 3af2165f18
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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,