remotes/1693045480750635534/spooky-22
Aevann1 2021-08-24 08:00:11 +00:00
parent b9bb985bcf
commit dac97dde61
1 changed files with 2 additions and 2 deletions

View File

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