diff --git a/Drama rules.html b/Drama rules.html new file mode 100644 index 000000000..bd24cfcc6 --- /dev/null +++ b/Drama rules.html @@ -0,0 +1,28 @@ + + + +The providers ("we", "us", "our") of the service provided by this web site ("rDrama.net") are not responsible for any user-generated content and accounts. Content submitted express the views of their author only.

+ +You agree to not use rDrama.net to submit or link to any content which violates any laws. You are entirely responsible for the content of, and any harm resulting from, that content or your conduct.

+ +You must be at least 18 years of age to use this site.

+ +

Content Policy:

+ +This website follows all of Cloudflare's Terms of Service policies for content regulation.

+ +Things you cannot do ever on this website under any circumstances:

+ +All content posted to this website is subject to protection under Section 230. All media posted to this website is done so in a transformative nature for the purpose of critique/ridicule. + +

General Moderation:

+ +We reserve the right to remove anything and everything you post here at any time for any reason. Nazi shit is not tolerated here.

+ +
If you do not agree with these terms, please do not register or use rDrama.net. Use of rDrama.net constitutes acceptance of these terms.
\ No newline at end of file diff --git a/schema.sql b/schema.sql index d6ff26ab3..8b90b916f 100644 --- a/schema.sql +++ b/schema.sql @@ -766,7 +766,8 @@ CREATE TABLE public.users ( bird integer, fish boolean, grinch boolean, - grincheffect boolean + grincheffect boolean, + lootboxes_bought integer ); @@ -1712,6 +1713,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 --