Disable auto create of indexes

This commit is contained in:
Vokhmin Alexey V 2015-06-10 22:58:46 +03:00
parent ec4503e2d4
commit b57fb4fc33
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SchemaPlus::ForeignKeys.setup do |config| SchemaPlus::ForeignKeys.setup do |config|
config.auto_create = true # default for schema_auto_foreign_keys config.auto_create = false
# config.auto_index = true # default for schema_auto_foreign_keys # config.auto_index = true # default for schema_auto_foreign_keys
end end