pull/166/head
SneedBot 2023-07-03 00:38:03 +00:00
parent 5014cce503
commit 76bcb30d87
1 changed files with 0 additions and 22 deletions

View File

@ -246,7 +246,6 @@ CREATE TABLE public.users (
profile_background character varying(167),
event_music boolean,
chudded_by integer,
event_darkmode boolean,
blacklisted_by integer,
hidevotedon boolean DEFAULT false NOT NULL,
chud_phrase character varying(35),
@ -1806,13 +1805,6 @@ CREATE INDEX creport_user_idx ON public.commentreports USING btree (user_id);
CREATE INDEX cvote_user_index ON public.commentvotes USING btree (user_id);
--
-- Name: domains_domain_trgm_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX domains_domain_trgm_idx ON public.banneddomains USING gin (domain public.gin_trgm_ops);
--
-- Name: emoji_kind; Type: INDEX; Schema: public; Owner: -
--
@ -1967,13 +1959,6 @@ CREATE INDEX fki_wall_user_id_fkey ON public.comments USING btree (wall_user_id)
CREATE INDEX follow_user_id_index ON public.follows USING btree (user_id);
--
-- Name: groups_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX groups_index ON public.groups USING btree (created_utc);
--
-- Name: hat_defs_submitter_id_idx; Type: INDEX; Schema: public; Owner: -
--
@ -2058,13 +2043,6 @@ CREATE INDEX modaction_id_idx ON public.modactions USING btree (id DESC);
CREATE INDEX modaction_pid_idx ON public.modactions USING btree (target_post_id);
--
-- Name: notification_read_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX notification_read_idx ON public.notifications USING btree (read);
--
-- Name: notifications_comment_idx; Type: INDEX; Schema: public; Owner: -
--