Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-02-04 15:11:16 +02:00
commit 98a5e75ed9
1 changed files with 2 additions and 1 deletions

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