Create videos caching table as UNLOGGED

このコミットが含まれているのは:
Émilien Devos 2022-01-06 20:14:50 +00:00 committed by GitHub
コミット 7b9f5d74dc
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -2,7 +2,7 @@
-- DROP TABLE public.videos;
CREATE TABLE IF NOT EXISTS public.videos
CREATE UNLOGGED TABLE IF NOT EXISTS public.videos
(
id text NOT NULL,
info text,