You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I think you're right. Looking at the code, it hasn't been touched since it's origination. I think it needs to be cleaned up, will probably get to this after rails 6 compatibility changes.
Is it correct to using
ActiveRecord::Migrator.current_version
to get current data_migration version?data-migrate/tasks/databases.rake
Line 25 in 126e409
As far as I understand, you need to use
DataMigrate::DataMigrator.current_version
here, right?The text was updated successfully, but these errors were encountered: