From b8d513aca060e8fd38e373044d009fce313dd96c Mon Sep 17 00:00:00 2001 From: G-tix Date: Thu, 21 Dec 2023 19:58:11 +0000 Subject: [PATCH] added cw to public.posts --- schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.sql b/schema.sql index 4b4b3ab9a..6d01cfff0 100644 --- a/schema.sql +++ b/schema.sql @@ -825,6 +825,7 @@ CREATE TABLE public.posts ( author_id integer NOT NULL, created_utc integer NOT NULL, is_banned boolean DEFAULT false NOT NULL, + cw boolean DEFAULT false NOT NULL, nsfw boolean DEFAULT false NOT NULL, distinguish_level integer DEFAULT 0 NOT NULL, deleted_utc integer DEFAULT 0 NOT NULL,