diff --git a/schema.sql b/schema.sql index de6831656..19d86b182 100644 --- a/schema.sql +++ b/schema.sql @@ -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: - --