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

Create videos caching table as UNLOGGED
pull/2813/head
Samantaz Fox 3 years ago committed by GitHub
commit e7394fe7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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