added cw to public.posts

pull/220/head
G-tix 2023-12-21 19:58:11 +00:00
parent 70330795ee
commit b8d513aca0
1 changed files with 1 additions and 0 deletions

View File

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