This commit is contained in:
Aevann1 2021-09-13 07:00:21 +00:00
parent 1f80106ba4
commit 8f6e9a4807
2 changed files with 2 additions and 1 deletions

View file

@ -1057,7 +1057,8 @@ CREATE TABLE public.users (
fail2_utc integer,
cardview boolean,
received_award_count integer,
highlightcomments boolean
highlightcomments boolean,
club_banned boolean DEFAULT false
);