forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-11 23:08:31 +02:00
commit 5a0b814343
1 changed files with 2 additions and 1 deletions

View File

@ -1046,7 +1046,8 @@ CREATE TABLE public.users (
rent_utc integer,
patron integer,
zzz boolean DEFAULT false,
controversial boolean
controversial boolean,
background text
);