remotes/1693045480750635534/spooky-22
Aevann1 2021-08-11 23:00:26 +00:00
parent 9445e2114e
commit 1fb1cb5f6b
1 changed files with 4 additions and 2 deletions

View File

@ -395,7 +395,8 @@ CREATE TABLE public.comments (
is_pinned boolean DEFAULT false, is_pinned boolean DEFAULT false,
app_id integer, app_id integer,
sentto integer, sentto integer,
shadowbanned boolean shadowbanned boolean,
bannedfor boolean
); );
@ -806,7 +807,8 @@ CREATE TABLE public.submissions (
thumburl text, thumburl text,
private boolean, private boolean,
views integer, views integer,
is_bot boolean is_bot boolean,
bannedfor boolean
); );