forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-04 17:09:30 +02:00
commit 336781de6e
1 changed files with 2 additions and 2 deletions

View File

@ -1049,10 +1049,10 @@ CREATE TABLE public.users (
controversial boolean,
background text,
verified text,
quadrant text,
fail_utc integer,
steal_utc integer,
fail2_utc integer
fail2_utc integer,
cardview boolean
);