remotes/1693045480750635534/spooky-22
Aevann1 2021-08-19 20:55:02 +02:00
commit 1a3b2fc86b
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
);