pull/218/head
SneedBot 2023-12-01 20:00:13 +00:00
parent 6445c0b671
commit d781cb3402
1 changed files with 2 additions and 1 deletions

View File

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