This commit is contained in:
albert
2013-03-08 15:56:24 -05:00
parent c3ac9832f9
commit 1a03f49adc
6 changed files with 37 additions and 12 deletions

View File

@@ -5679,6 +5679,13 @@ CREATE INDEX index_pool_versions_on_updater_ip_addr ON pool_versions USING btree
CREATE INDEX index_pools_on_creator_id ON pools USING btree (creator_id);
--
-- Name: index_pools_on_lower_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX index_pools_on_lower_name ON pools USING btree (lower((name)::text));
--
-- Name: index_pools_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
@@ -6231,4 +6238,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130302214500');
INSERT INTO schema_migrations (version) VALUES ('20130305005138');
INSERT INTO schema_migrations (version) VALUES ('20130307225324');
INSERT INTO schema_migrations (version) VALUES ('20130307225324');
INSERT INTO schema_migrations (version) VALUES ('20130308204213');