remotes/1693045480750635534/spooky-22
Aevann1 2021-09-10 08:01:03 +00:00
parent 53ca3ad7f8
commit 6e42a96434
5 changed files with 4 additions and 2 deletions

BIN
chart.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
image.PNG 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
image.jpeg 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
image.jpg 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -393,7 +393,8 @@ CREATE TABLE public.comments (
is_pinned boolean DEFAULT false,
app_id integer,
sentto integer,
bannedfor boolean
bannedfor boolean,
removed_by integer
);
@ -807,7 +808,8 @@ CREATE TABLE public.submissions (
is_bot boolean,
bannedfor boolean,
comment_count integer DEFAULT 0,
processing boolean DEFAULT false
processing boolean DEFAULT false,
removed_by integer
);