Skip to content
  • Emil Soman's avatar
    8806768e
    Add config to disable schema dump after migration · 8806768e
    Emil Soman authored
    * Add a config on Active Record named `dump_schema_after_migration`
    * Schema dump doesn't happen if the config is set to false
    * Set default value of the config to true
    * Set config in generated production environment file to false
    * Update configuration guide
    * Update CHANGELOG
    8806768e
    Add config to disable schema dump after migration
    Emil Soman authored
    * Add a config on Active Record named `dump_schema_after_migration`
    * Schema dump doesn't happen if the config is set to false
    * Set default value of the config to true
    * Set config in generated production environment file to false
    * Update configuration guide
    * Update CHANGELOG
Loading