master
Aevann1 2021-12-12 21:21:00 +02:00
commit 6938eabc11
1 changed files with 3 additions and 1 deletions

View File

@ -767,7 +767,9 @@ CREATE TABLE public.users (
unblockable boolean,
teddit boolean,
bird integer,
fish boolean
fish boolean,
grinch boolean,
grincheffect boolean
);