schema
This commit is contained in:
parent
1f80106ba4
commit
8f6e9a4807
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue