From fe216ce213f422fdeac6ac5d3b9c36f57ef752ec Mon Sep 17 00:00:00 2001 From: SneedBot Date: Sun, 18 Feb 2024 21:54:55 +0000 Subject: [PATCH] sneed --- schema.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index 7bd0a0674..bc49e66bb 100644 --- a/schema.sql +++ b/schema.sql @@ -183,7 +183,9 @@ CREATE TABLE public.users ( hole_creation_notifs boolean NOT NULL, group_creation_notifs boolean NOT NULL, effortpost_notifs boolean NOT NULL, - shadowban_reason character varying(256) + shadowban_reason character varying(256), + hidevotedon boolean, + hide_cw boolean ); @@ -872,7 +874,8 @@ CREATE TABLE public.posts ( queened boolean NOT NULL, sharpened boolean NOT NULL, effortpost boolean NOT NULL, - distinguished boolean NOT NULL + distinguished boolean NOT NULL, + cw boolean );