diff --git a/schema.sql b/schema.sql index 19d86b182..de6831656 100644 --- a/schema.sql +++ b/schema.sql @@ -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: - -- diff --git a/seed-db.sql b/seed-db.sql index 9336f4f2c..90dffb74d 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -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),