forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-12 03:17:55 +02:00
commit d1b640d33c
1 changed files with 4 additions and 2 deletions

View File

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