remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-19 20:01:37 +00:00
parent fe7b1f7aa0
commit aabb762378
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ CREATE TABLE public.users (
rainbow integer,
spider integer,
homoween_zombie character varying(7) DEFAULT 'HEALTHY'::character varying,
jumpscare boolean DEFAULT false NOT NULL
jumpscare integer DEFAULT 0 NOT NULL
);