From 1fc65087af31667b7fd3e198dbadde2fecce517a Mon Sep 17 00:00:00 2001 From: SneedBot Date: Sun, 11 Feb 2024 16:00:14 +0000 Subject: [PATCH] sneed --- schema.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 38168215c..dff118eab 100644 --- a/schema.sql +++ b/schema.sql @@ -181,7 +181,9 @@ CREATE TABLE public.users ( last_viewed_modmail_notifs integer NOT NULL, nitter boolean DEFAULT false NOT NULL, hole_creation_notifs boolean NOT NULL, - group_creation_notifs boolean NOT NULL + group_creation_notifs boolean NOT NULL, + effortpost_notifs boolean NOT NULL, + shadowban_reason character varying(256) );