pull/222/head
SneedBot 2024-02-01 04:00:15 +00:00
parent e8db105a73
commit 79295302e3
1 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,8 @@ CREATE TABLE public.users (
jumpscare integer DEFAULT 0 NOT NULL,
zombie integer DEFAULT 0 NOT NULL,
extra_username character varying(30),
grinch boolean NOT NULL
grinch boolean NOT NULL,
last_viewed_modmail_notifs integer NOT NULL
);