This commit is contained in:
Aevann1 2021-07-28 11:00:25 +00:00
parent 11f78802a8
commit b2ced71203

View file

@ -225,7 +225,8 @@ CREATE TABLE public.users (
animatedname boolean,
suicide_utc integer,
post_count integer,
comment_count integer
comment_count integer,
highres text
);