remotes/1693045480750635534/spooky-22
Aevann1 2021-08-19 18:53:21 +00:00
parent c72e91427d
commit a6951ced8f
1 changed files with 2 additions and 2 deletions

View File

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