forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-28 08:00:14 +00:00
parent 96cf8a2818
commit 3b8e0a0f76
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
);