pull/221/head
SneedBot 2023-12-25 04:00:14 +00:00
parent 31ee3e9f44
commit 1fbb5d42bd
1 changed files with 2 additions and 2 deletions

View File

@ -2106,10 +2106,10 @@ CREATE INDEX post_new_sort_idx ON public.posts USING btree (is_banned, deleted_u
--
-- Name: post_over_18_idx; Type: INDEX; Schema: public; Owner: -
-- Name: post_nsfw_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX post_over_18_idx ON public.posts USING btree (nsfw);
CREATE INDEX post_nsfw_idx ON public.posts USING btree (nsfw);
--