schema
This commit is contained in:
parent
412e0dc35c
commit
c38063be70
2 changed files with 2241 additions and 395 deletions
|
@ -809,7 +809,11 @@ CREATE TABLE public.users (
|
||||||
nitter boolean,
|
nitter boolean,
|
||||||
truecoins integer,
|
truecoins integer,
|
||||||
club_allowed boolean DEFAULT false,
|
club_allowed boolean DEFAULT false,
|
||||||
frontsize integer
|
frontsize integer,
|
||||||
|
coins_spent integer,
|
||||||
|
procoins integer,
|
||||||
|
mute boolean,
|
||||||
|
unmutable boolean
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
1842
schema.sql.save
Executable file
1842
schema.sql.save
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue