remotes/1693045480750635534/spooky-22
Aevann1 2022-02-10 19:00:02 +00:00
parent 4fc595c2e6
commit 03e99b2872
1 changed files with 2 additions and 1 deletions

View File

@ -836,7 +836,8 @@ CREATE TABLE public.users (
patron_utc integer,
rehab integer,
nwordpass boolean,
house character varying(8)
house character varying(8),
subs_created integer DEFAULT 0
);