From 2c7181896a70b2bb097458ab48c76e6cd0445c58 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Tue, 7 Feb 2023 08:00:09 +0000 Subject: [PATCH] sneed --- schema.sql | 7 ------- 1 file changed, 7 deletions(-) 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: - --