forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-01 23:54:59 +02:00
commit 9dace39479
1 changed files with 2 additions and 1 deletions

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
);