schema
This commit is contained in:
parent
0a4693c790
commit
8157f4d1ee
1 changed files with 2 additions and 1 deletions
|
@ -795,7 +795,8 @@ CREATE TABLE public.users (
|
|||
profilecss text,
|
||||
dramacoins integer,
|
||||
agendaposter boolean,
|
||||
agendaposter_expires_utc integer DEFAULT 0
|
||||
agendaposter_expires_utc integer DEFAULT 0,
|
||||
resized boolean
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue