From b48df2aa014f188d0072c8d93830701a714ac1c3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 5 Dec 2021 02:24:35 +0000 Subject: [PATCH] schema --- rules_Drama.html | 14 +++++++++++++- schema.sql | 4 +++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/rules_Drama.html b/rules_Drama.html index 50ad651a4..7cb4cd40d 100644 --- a/rules_Drama.html +++ b/rules_Drama.html @@ -1 +1,13 @@ -fdssdf \ No newline at end of file +Hi I’ll pretty this up eventually, but here are the rules:

+ +

RULE 1

No sexualizing minors even as a “joke.” There is zero tolerance for pedo shit here. Go to Reddit if you want that.

+ +

RULE 2

No doxxing ANYONE.

+ +

RULE 3

Using alts to game dramacoin will get you banned.

+ +

RULE 4

We’re all doing this for fun. Don’t make this “not fun.”

+ +

RULE 5

All rules can and likely will be ignored at admin discretion. Be funny, or at least compelling, and pretty much anything legal is fine.

+ +Okay I think that’s all, thanks for reading! No one cares about your dumb free speech or whatever, go to Gab or something if you want to screech about amendments and stuff. Rules are not hard and fast, and janitorial abuse is inherent to the platform. So is ban evasion. Have fun or log out, both are easy! \ No newline at end of file diff --git a/schema.sql b/schema.sql index 4186bc565..f81ec4720 100644 --- a/schema.sql +++ b/schema.sql @@ -266,7 +266,8 @@ CREATE TABLE public.comments ( body_html character varying(40000), ban_reason character varying(25), notifiedto integer, - realupvotes integer + realupvotes integer, + top_comment_id integer ); @@ -1710,6 +1711,7 @@ ALTER TABLE ONLY public.flags ALTER TABLE ONLY public.notifications ADD CONSTRAINT notifications_comment_id_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id); + -- -- PostgreSQL database dump complete --