This commit is contained in:
Aevann1 2022-02-04 12:00:01 +00:00
parent 27e51ac01d
commit 093dec9ec9
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -813,7 +813,8 @@ CREATE TABLE public.users (
winnings integer,
patron_utc integer,
rehab integer,
nwordpass boolean
nwordpass boolean,
house character varying(8)
);