This commit is contained in:
Aevann1 2021-10-01 21:50:21 +00:00
parent cba260bf67
commit 334d822774

View file

@ -872,7 +872,8 @@ CREATE TABLE public.users (
club_banned boolean DEFAULT false,
nitter boolean,
truecoins integer,
club_allowed boolean DEFAULT false
club_allowed boolean DEFAULT false,
frontsize integer
);