remotes/1693045480750635534/spooky-22
Aevann1 2022-05-29 08:00:01 +00:00
parent 0a73083e8a
commit e51fbb0827
1 changed files with 2 additions and 1 deletions

View File

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