activerecord-clean-db-structure
activerecord-clean-db-structure copied to clipboard
Automatic cleanup for the Rails db/structure.sql file (ActiveRecord/PostgreSQL)
Hey @lfittl can you cut a new gem that includes 875e64b? Would be much appreciated. Thank you!! Thorben
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.0.7.2. Release notes Sourced from activesupport's releases. 7.0.7.2 release No changes between this and 7.0.7.2. This release was just to fix file permissions in the...
We are using [Rails' feature](https://guides.rubyonrails.org/active_record_multiple_databases.html) `migrations_paths`. However `activerecord-clean-db-structure` errors with: ``` Errno::ENOENT: No such file or directory @ rb_sysopen - db/secondary_structure.sql (Errno::ENOENT) ..../gems/activerecord-clean-db-structure-0.4.3/lib/activerecord-clean-db-structure/tasks/clean_db_structure.rake:28:in `read' ..../gems/activerecord-clean-db-structure-0.4.3/lib/activerecord-clean-db-structure/tasks/clean_db_structure.rake:28:in `block (2 levels) in '...