Ngan Pham
Ngan Pham
FWIW.. Rails 7.1 makes `ActiveRecord::SchemaMigration` _not_ an actual model (as in, not inherit from `ActiveRecord::Base`): https://github.com/rails/rails/blob/main/activerecord/lib/active_record/schema_migration.rb#L8
Hey @caius -- we're in the middle of [refactoring](https://github.com/ilyakatz/data-migrate/pull/296) how migrations are run and will look to incorporate this after the dust settles.
@byroot mind taking a look? (since you merged the original pr)
I don't think the CI failures are related to this change...
We're seeing this too on latest gem version 2.4.1
The strange thing is if you move the `json.key2` declaration above the `json.cache!` declaration, things work.
Downgrading to `timeout 0.3.2` did not help.
Thanks for reporting! We'll take a look
@toby-brilliant can you give https://github.com/ilyakatz/data-migrate/pull/303 a try?