schema
This commit is contained in:
parent
0c20e88de4
commit
285272550a
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,6 @@ CREATE TABLE public.badge_defs (
|
|||
description character varying(256),
|
||||
icon character varying(64),
|
||||
kind integer,
|
||||
rank integer,
|
||||
qualification_expr character varying(128)
|
||||
);
|
||||
|
||||
|
@ -1049,7 +1048,8 @@ CREATE TABLE public.users (
|
|||
patron integer,
|
||||
zzz boolean DEFAULT false,
|
||||
controversial boolean,
|
||||
background text
|
||||
background text,
|
||||
verified boolean
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue