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

BIN
chart.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before After
Before After

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