remotes/1693045480750635534/spooky-22
Aevann1 2022-03-23 23:00:02 +00:00
parent de577db8fe
commit 7e578ae616
1 changed files with 2 additions and 1 deletions

View File

@ -640,7 +640,8 @@ CREATE TABLE public.users (
rehab integer,
house character varying(16),
subs_created integer DEFAULT 0 NOT NULL,
subs integer NOT NULL
subs integer NOT NULL,
deflector integer
);