activerecord-clean-db-structure
activerecord-clean-db-structure copied to clipboard
Extensions are removed by default
Maybe you should add a property to allow removal or keeping the extensions? I faced the problem where it would be very useful. For instance:
config.activerecord_clean_db_structure.ignore_extensions = true
or
config.activerecord_clean_db_structure.remove_extensions = false