Create videos caching table as UNLOGGED

pull/2778/head
Émilien Devos 2 years ago committed by GitHub
parent 5a728243a2
commit 7b9f5d74dc

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

Loading…
Cancel
Save