This commit is contained in:
Aevann1 2021-07-30 15:00:15 +00:00
parent eb42b54e47
commit 18ff01c6fa
2 changed files with 2 additions and 1 deletions

View file

@ -212,7 +212,8 @@ CREATE TABLE public.users (
post_count integer,
comment_count integer,
highres text,
rent_utc integer
rent_utc integer,
patrontier integer
);