From b346db4c3530e203bfa0df1ea1454c46c4d06d6e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 13 Feb 2022 22:00:02 +0000 Subject: [PATCH] sneed --- schema.sql | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/schema.sql b/schema.sql index c5ca457c1..12cff6b2e 100644 --- a/schema.sql +++ b/schema.sql @@ -1626,13 +1626,6 @@ CREATE INDEX fki_block_target_fkey ON public.userblocks USING btree (target_id); CREATE INDEX fki_block_user_fkey ON public.userblocks USING btree (user_id); --- --- Name: fki_c; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_c ON public.notifications USING btree (user_id); - - -- -- Name: fki_comment_approver_fkey; Type: INDEX; Schema: public; Owner: - -- @@ -1647,27 +1640,6 @@ CREATE INDEX fki_comment_approver_fkey ON public.comments USING btree (is_approv CREATE INDEX fki_comment_sentto_fkey ON public.comments USING btree (sentto); --- --- Name: fki_flags_user_id_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_flags_user_id_fkey ON public.flags USING btree (user_id); - - --- --- Name: fki_follow_target_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_follow_target_fkey ON public.follows USING btree (target_id); - - --- --- Name: fki_marsey_author_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_marsey_author_fkey ON public.marseys USING btree (author_id); - - -- -- Name: fki_mod_sub_fkey; Type: INDEX; Schema: public; Owner: - -- @@ -1675,20 +1647,6 @@ CREATE INDEX fki_marsey_author_fkey ON public.marseys USING btree (author_id); CREATE INDEX fki_mod_sub_fkey ON public.mods USING btree (sub); --- --- Name: fki_modactions_comment_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_modactions_comment_fkey ON public.modactions USING btree (target_comment_id); - - --- --- Name: fki_modactions_submission_fkey; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_modactions_submission_fkey ON public.modactions USING btree (target_submission_id); - - -- -- Name: fki_modactions_user_fkey; Type: INDEX; Schema: public; Owner: - -- @@ -1724,13 +1682,6 @@ CREATE INDEX fki_subscription_submission_fkey ON public.subscriptions USING btre CREATE INDEX fki_subscription_user_fkey ON public.subscriptions USING btree (user_id); --- --- Name: fki_u; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX fki_u ON public.follows USING btree (user_id); - - -- -- Name: fki_user_referrer_fkey; Type: INDEX; Schema: public; Owner: - --