diff --git a/chart.png b/chart.png new file mode 100644 index 000000000..ec435e14d Binary files /dev/null and b/chart.png differ diff --git a/image.PNG b/image.PNG new file mode 100644 index 000000000..29431f336 Binary files /dev/null and b/image.PNG differ diff --git a/image.jpeg b/image.jpeg new file mode 100644 index 000000000..125491f5d Binary files /dev/null and b/image.jpeg differ diff --git a/image.jpg b/image.jpg new file mode 100644 index 000000000..41563836a Binary files /dev/null and b/image.jpg differ diff --git a/schema.sql b/schema.sql index 165c9be72..c33490cd4 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );