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

remotes/1693045480750635534/spooky-22
Aevann1 2022-02-15 03:23:15 +02:00
commit 3ee10c64cc
1 changed files with 1 additions and 1 deletions

View File

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