add index on artist group_name

This commit is contained in:
r888888888
2016-02-19 09:29:03 -08:00
parent b98226fab2
commit b165fec66a
2 changed files with 14 additions and 0 deletions

View File

@@ -4865,6 +4865,13 @@ CREATE INDEX index_artist_versions_on_name ON artist_versions USING btree (name)
CREATE INDEX index_artist_versions_on_updater_id ON artist_versions USING btree (updater_id);
--
-- Name: index_artists_on_group_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX index_artists_on_group_name ON artists USING btree (group_name);
--
-- Name: index_artists_on_group_name_trgm; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
@@ -7304,3 +7311,5 @@ INSERT INTO schema_migrations (version) VALUES ('20160219004022');
INSERT INTO schema_migrations (version) VALUES ('20160219010854');
INSERT INTO schema_migrations (version) VALUES ('20160219172840');