Disable auto create of indexes
This commit is contained in:
parent
ec4503e2d4
commit
b57fb4fc33
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue