Merge pull request #2778 from iv-org/unixfox-postgres-improvement

Create videos caching table as UNLOGGED
This commit is contained in:
Samantaz Fox 2022-01-11 01:52:48 +01:00 committed by GitHub
commit e7394fe7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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