forked from MarseyWorld/MarseyWorld
sneed
parent
fad8d35992
commit
40b3dbd29b
|
@ -1704,6 +1704,13 @@ CREATE INDEX comments_created_utc_desc_idx ON public.comments USING btree (creat
|
|||
CREATE INDEX comments_user_index ON public.comments USING btree (author_id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: commentvotes_commentid_userid_votetype_idx; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
CREATE INDEX commentvotes_commentid_userid_votetype_idx ON public.commentvotes USING btree (comment_id, user_id, vote_type);
|
||||
|
||||
|
||||
--
|
||||
-- Name: commentvotes_comments_type_index; Type: INDEX; Schema: public; Owner: -
|
||||
--
|
||||
|
|
|
@ -2243,7 +2243,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
|
|||
('marseyjiangshi',2,'ghost chinese halloween holiday china scary',NULL),
|
||||
('marseyjihad',2,'jihad islam animated mujahideen muslim terrorism terrorist plotting isis',1672275222),
|
||||
('marseyjoe',2,'family guy swanson cop police wheelchair retard disabled',1671089479),
|
||||
('marseyjohnson',2,'wig history',NULL),
|
||||
('marseyjohnson',2,'wig history founding father wtf did just read bruh wut',NULL),
|
||||
('marseyjoint',2,'smoke weed marijuana reefer drugs smoking 420 pot',NULL),
|
||||
('marseyjolteon',2,'trick or treat pokemon halloween eevee costume holiday',NULL),
|
||||
('marseyjones',2,'tinfoil animated alex gay frogs conspiracy',NULL),
|
||||
|
|
Loading…
Reference in New Issue