Create videos caching table as UNLOGGED

This commit is contained in:
Émilien Devos 2022-01-06 20:14:50 +00:00 committed by GitHub
parent 5a728243a2
commit 7b9f5d74dc

View file

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