remotes/1693045480750635534/spooky-22
Aevann1 2021-12-17 04:44:54 +00:00
parent 79c524084a
commit 4acf97e301
2 changed files with 31 additions and 1 deletions

28
Drama rules.html 100644
View File

@ -0,0 +1,28 @@
<!-- aevann i swear to fuck -->
<!-- written by @Q for free -->
<!-- Joan made some changes to simplify things -->
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.<br><br>
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.<br><br>
You must be at least 18 years of age to use this site.<br><br>
<h3>Content Policy:</h3>
This website follows all of <a href="https://cloudflare.com/website-terms/">Cloudflare's Terms of Service</a> policies for content regulation.<br><br>
Things you cannot do ever on this website under any circumstances:<br><br><ul>
<li>Cheese pizza</li>
<li>Threats of violence</li>
<li>Human trafficking</li>
<li>Spam</li>
<li>Doxxing Site Users</li></ul>
All content posted to this website is subject to protection under <a href="https://law.cornell.edu/uscode/text/47/230">Section 230</a>. All media posted to this website is done so in a transformative nature for the purpose of critique/ridicule.
<h3>General Moderation:</h3>
We reserve the right to remove anything and everything you post here at any time for any reason. Nazi shit is not tolerated here.<br><br>
<h5>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.</h5>

View File

@ -768,7 +768,8 @@ CREATE TABLE public.users (
bird integer,
fish boolean,
grinch boolean,
grincheffect boolean
grincheffect boolean,
lootboxes_bought integer
);
@ -1714,6 +1715,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
--