pull/115/head
SneedBot 2023-02-07 08:00:09 +00:00
parent c645e5bf79
commit 2c7181896a
1 changed files with 0 additions and 7 deletions

View File

@ -1704,13 +1704,6 @@ 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: -
--