pull/65/head
SneedBot 2022-12-14 00:00:11 +00:00
parent b923776e71
commit 2153666d89
1 changed files with 8 additions and 0 deletions

View File

@ -1793,6 +1793,13 @@ CREATE INDEX fki_subactions_user_fkey ON public.subactions USING btree (target_u
CREATE INDEX fki_submissions_approver_fkey ON public.submissions USING btree (is_approved);
--
-- Name: fki_user_is_banned_fkey; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fki_user_is_banned_fkey ON public.users USING btree (is_banned);
--
-- Name: fki_user_referrer_fkey; Type: INDEX; Schema: public; Owner: -
--
@ -2752,3 +2759,4 @@ ALTER TABLE ONLY public.comments
--
-- PostgreSQL database dump complete
--