anjlab / rails-data-migrations

Run your data migration scripts like a master
MIT License
124 stars 15 forks source link

Incompatible with Rails 7.2? #18

Open stefanoc opened 2 months ago

stefanoc commented 2 months ago

At lib/rails_data_migrations/log_entry.rb#29 there's a reference to ::ActiveRecord::Base.connection.schema_migration, which is no longer defined.