diff --git a/chart.png b/chart.png index ec435e14d..e7b2662f7 100644 Binary files a/chart.png and b/chart.png differ diff --git a/schema.sql b/schema.sql index 1d3021eb1..050fba29f 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );