remotes/1693045480750635534/spooky-22
Aevann1 2021-07-28 04:00:14 +00:00
parent 06bc282d0b
commit 5a0722d3cc
1 changed files with 3 additions and 1 deletions

View File

@ -223,7 +223,9 @@ CREATE TABLE public.users (
banawards integer,
patron boolean,
animatedname boolean,
suicide_utc integer
suicide_utc integer,
post_count integer,
comment_count integer
);