pull/222/head
SneedBot 2024-02-11 16:00:14 +00:00
parent e20f9cb26f
commit 1fc65087af
1 changed files with 3 additions and 1 deletions

View File

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