mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-27 16:07:39 -04:00
Merge pull request #2778 from iv-org/unixfox-postgres-improvement
Create videos caching table as UNLOGGED
This commit is contained in:
commit
e7394fe7a1
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…
Add table
Add a link
Reference in a new issue