From af3de471f9d2a8d816f95f6a97ddf0f6b017c376 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 16 Feb 2022 03:38:54 +0000 Subject: [PATCH] sneed --- schema.sql | 70 ------------------------------------------------------ 1 file changed, 70 deletions(-) diff --git a/schema.sql b/schema.sql index 65c596c4f..91a4a5315 100644 --- a/schema.sql +++ b/schema.sql @@ -1019,13 +1019,6 @@ ALTER TABLE ONLY public.votes CREATE UNIQUE INDEX alts_unique_combination ON public.alts USING btree (GREATEST(user1, user2), LEAST(user1, user2)); --- --- Name: alts_user1_idx; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX alts_user1_idx ON public.alts USING btree (user1); - - -- -- Name: alts_user2_idx; Type: INDEX; Schema: public; Owner: - -- @@ -1061,13 +1054,6 @@ CREATE INDEX award_user_idx ON public.award_relationships USING btree (user_id); CREATE INDEX badges_badge_id_idx ON public.badges USING btree (badge_id); --- --- Name: badges_user_index; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX badges_user_index ON public.badges USING btree (user_id); - - -- -- Name: block_target_idx; Type: INDEX; Schema: public; Owner: - -- @@ -1103,13 +1089,6 @@ CREATE INDEX comment_parent_index ON public.comments USING btree (parent_comment CREATE INDEX comment_post_id_index ON public.comments USING btree (parent_submission); --- --- Name: commentflag_comment_index; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX commentflag_comment_index ON public.commentflags USING btree (comment_id); - - -- -- Name: comments_user_index; Type: INDEX; Schema: public; Owner: - -- @@ -1117,13 +1096,6 @@ CREATE INDEX commentflag_comment_index ON public.commentflags USING btree (comme CREATE INDEX comments_user_index ON public.comments USING btree (author_id); --- --- Name: commentvotes_comments_id_index; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX commentvotes_comments_id_index ON public.commentvotes USING btree (comment_id); - - -- -- Name: commentvotes_comments_type_index; Type: INDEX; Schema: public; Owner: - -- @@ -1166,13 +1138,6 @@ CREATE INDEX fki_comment_approver_fkey ON public.comments USING btree (is_approv CREATE INDEX fki_comment_save_relationship_comment_fkey ON public.comment_save_relationship USING btree (comment_id); --- --- Name: fki_comment_save_relationship_user_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_comment_save_relationship_user_fkey ON public.comment_save_relationship USING btree (user_id); - - -- -- Name: fki_comment_sentto_fkey; Type: INDEX; Schema: public; Owner: - -- @@ -1187,13 +1152,6 @@ CREATE INDEX fki_comment_sentto_fkey ON public.comments USING btree (sentto); CREATE INDEX fki_exile_sub_fkey ON public.exiles USING btree (sub); --- --- Name: fki_exile_user_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_exile_user_fkey ON public.exiles USING btree (user_id); - - -- -- Name: fki_mod_sub_fkey; Type: INDEX; Schema: public; Owner: - -- @@ -1278,20 +1236,6 @@ CREATE INDEX fki_view_viewer_fkey ON public.viewers USING btree (viewer_id); CREATE INDEX flag_user_idx ON public.flags USING btree (user_id); --- --- Name: flags_post_index; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX flags_post_index ON public.flags USING btree (post_id); - - --- --- Name: follow_target_id_index; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX follow_target_id_index ON public.follows USING btree (target_id); - - -- -- Name: follow_user_id_index; Type: INDEX; Schema: public; Owner: - -- @@ -1348,13 +1292,6 @@ CREATE INDEX modaction_id_idx ON public.modactions USING btree (id DESC); CREATE INDEX modaction_pid_idx ON public.modactions USING btree (target_submission_id); --- --- Name: mods_idx; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX mods_idx ON public.mods USING btree (user_id); - - -- -- Name: notification_read_idx; Type: INDEX; Schema: public; Owner: - -- @@ -1369,13 +1306,6 @@ CREATE INDEX notification_read_idx ON public.notifications USING btree (read); CREATE INDEX notifications_comment_idx ON public.notifications USING btree (comment_id); --- --- Name: notifications_user_index; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX notifications_user_index ON public.notifications USING btree (user_id); - - -- -- Name: notifs_user_read_idx; Type: INDEX; Schema: public; Owner: - --