remotes/1693045480750635534/spooky-22
Aevann1 2021-10-01 21:50:21 +00:00
parent 778f645ef0
commit ea983276a6
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
);