pull/136/head
SneedBot 2023-03-01 00:00:44 +00:00
parent 5bcc436386
commit 8d48793c8a
2 changed files with 9 additions and 6 deletions

View File

@ -328,7 +328,6 @@ CREATE TABLE public.comment_option_votes (
CREATE TABLE public.comment_options (
id integer DEFAULT nextval('public.comment_option_id_seq'::regclass) NOT NULL,
parent_id integer NOT NULL,
body character varying(500) NOT NULL,
body_html character varying(500) NOT NULL,
exclusive integer NOT NULL,
created_utc integer
@ -872,7 +871,6 @@ CREATE TABLE public.submission_option_votes (
CREATE TABLE public.submission_options (
id integer DEFAULT nextval('public.submission_option_id_seq'::regclass) NOT NULL,
parent_id integer NOT NULL,
body character varying(500) NOT NULL,
body_html character varying(500) NOT NULL,
exclusive integer NOT NULL,
created_utc integer
@ -2026,14 +2024,14 @@ CREATE INDEX notifs_user_read_idx ON public.notifications USING btree (user_id,
-- Name: option_comment; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX option_comment ON public.comment_options USING btree (comment_id);
CREATE INDEX option_comment ON public.comment_options USING btree (parent_id);
--
-- Name: option_submission; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX option_submission ON public.submission_options USING btree (submission_id);
CREATE INDEX option_submission ON public.submission_options USING btree (parent_id);
--
@ -2572,7 +2570,7 @@ ALTER TABLE ONLY public.client_auths
--
ALTER TABLE ONLY public.comment_options
ADD CONSTRAINT option_comment_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id) MATCH FULL;
ADD CONSTRAINT option_comment_fkey FOREIGN KEY (parent_id) REFERENCES public.comments(id) MATCH FULL;
--
@ -2580,7 +2578,7 @@ ALTER TABLE ONLY public.comment_options
--
ALTER TABLE ONLY public.submission_options
ADD CONSTRAINT option_submission_fkey FOREIGN KEY (submission_id) REFERENCES public.submissions(id) MATCH FULL;
ADD CONSTRAINT option_submission_fkey FOREIGN KEY (parent_id) REFERENCES public.submissions(id) MATCH FULL;
--
@ -2874,3 +2872,4 @@ ALTER TABLE ONLY public.comments
--
-- PostgreSQL database dump complete
--

View File

@ -1378,6 +1378,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
('marseybang',2,'head wall bang schizo psycho selfharm deranged gif animated',NULL),
('marseybangfast',2,'head wall bang schizo psycho selfharm deranged gif',NULL),
('marseybaphomet',2,'halloween demon satan holiday evil devil',NULL),
('marseybarbarian',2,'donger kill german ax shield fight war rome blood',1677598085),
('marseybardfinn',2,'domestic violence bardfinn foid beating punching battering battered bandage hurt pain woman female steve akins penny verity oaken tranny transgender transsexual',NULL),
('marseybardfinn3',2,'bardfinn ahs powermod tranny trannies wifebeater abuser steve',NULL),
('marseybardfinnrefresh',2,'bardfinn reddit computer desk animated steve akins penny oaken ahs obsessed obsession',1673970743),
@ -2308,6 +2309,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
('marseykermit',2,'kermit green frog puppet absinthe television sesame children',NULL),
('marseykernelpanic',2,'linux kernel panic computer error glitch',NULL),
('marseykevin',2,'marsey hat drseuss dark black halloween horror',1666487566),
('marseykey',2,'markey keyed locked based key lock sneed bane',1677614121),
('marseykfc',2,'col sanders colonel kentucky fried chicken',NULL),
('marseykhorne',2,'warhammer 40k chaos god war death blood',NULL),
('marseykindness',2,'retarded special drooling idiot seriouspost srspost agendapost moron fool buffoon dramatard',NULL),
@ -3319,6 +3321,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
('marseyusa',2,'burger patriot america freedom liberty justice love independence freedom guns trump biden state flag',NULL),
('marseyuwuw',2,'fursona furry fursuit',NULL),
('marseyvader',2,'marsvader marseyvader darthvader vader starwars dark side',1677571156),
('marseyvalentine',2,'choo choose train kiss simpsons tranny love heart',1677614728),
('marseyvampeek',2,'vampire hello wake awaken coffin peek halloween horror',1666234320),
('marseyvampire',2,'undead sanguine horror spooky halloween fangs holiday monster',NULL),
('marseyvampirebite',2,'cope seethe mask house',1663376896),
@ -3356,6 +3359,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
('marseywarhol',2,'modern art',NULL),
('marseywatchingtv',2,'familyguy peter griffin television couch',NULL),
('marseywatermark',2,'copyright theft stealing stolen creation',NULL),
('marseywatermelon',2,'environmentalist ecologist socialist communist leftoid political fruit green red',1677606291),
('marseywave',2,'farewell cya hello greetings bye waving hi',NULL),
('marseywave2',2,'waving hi hello cya bye later animated',NULL),
('marseywave3',2,'farewell cya l8r wave reaction waving animated so long',NULL),