remotes/1693045480750635534/spooky-22
Aevann1 2021-08-11 19:00:20 +00:00
parent 0a399bf41c
commit d6e518fb18
1 changed files with 2 additions and 2 deletions

View File

@ -1039,14 +1039,14 @@ CREATE TABLE public.users (
agendaposter boolean,
agendaposter_expires_utc integer DEFAULT 0,
resized boolean,
animatedname boolean,
suicide_utc integer,
post_count integer,
comment_count integer,
highres text,
rent_utc integer,
patron integer,
zzz boolean DEFAULT false
zzz boolean DEFAULT false,
controversial boolean
);