mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Create videos caching table as UNLOGGED
This commit is contained in:
parent
5a728243a2
commit
7b9f5d74dc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue