activerecord-clean-db-structure icon indicating copy to clipboard operation
activerecord-clean-db-structure copied to clipboard

Extensions are removed by default

Open mrexox opened this issue 5 years ago • 0 comments

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

mrexox avatar Nov 27 '19 08:11 mrexox