This commit is contained in:
Aevann1 2022-02-10 19:00:02 +00:00
parent e660075f7f
commit d93bb56fa8

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
);