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

remotes/1693045480750635534/spooky-22
Aevann1 2022-04-11 12:23:54 +02:00
commit 8f71414bc4
1 changed files with 2 additions and 1 deletions

View File

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