forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-28 13:49:17 +02:00
commit 54f4dfb0e1
1 changed files with 2 additions and 1 deletions

View File

@ -1048,7 +1048,8 @@ CREATE TABLE public.users (
patron integer,
controversial boolean,
background text,
verified text
verified text,
quadrant text
);