remotes/1693045480750635534/spooky-22
Aevann1 2022-09-01 22:00:04 +00:00
parent c506ff0c40
commit f08a399ef2
1 changed files with 2 additions and 1 deletions

View File

@ -862,7 +862,8 @@ CREATE TABLE public.users (
bite integer,
old_house character varying(16),
owoify integer,
marsify integer
marsify integer,
is_muted boolean DEFAULT false NOT NULL
);