diff --git a/schema.sql b/schema.sql index 103a3ba66..7d2e92a03 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );