From 7b9f5d74dc887f2545d1135833549449a8a09b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Thu, 6 Jan 2022 20:14:50 +0000 Subject: [PATCH] Create videos caching table as UNLOGGED --- config/sql/videos.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sql/videos.sql b/config/sql/videos.sql index 7040703c..55da3967 100644 --- a/config/sql/videos.sql +++ b/config/sql/videos.sql @@ -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,