pull/225/head
SneedBot 2024-02-24 20:00:14 +00:00
parent 58f02ecaa2
commit 88e1d85474
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@ 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),
keyword_notifs character varying(1000)
);