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
When running rails g data_migration data_migration_name both a data migration and schema migration is created. Would it be possible to create just a simple data migration without creating a normal migration alongside it?
The text was updated successfully, but these errors were encountered:
@dominicsanto I believe this has been fixed, make sure you grab the latest version from ruby gems. I think the README on the project is still referencing a really old version. Ruby gems has: gem 'data_migrate', '~> 6.6'
When running
rails g data_migration data_migration_name
both a data migration and schema migration is created. Would it be possible to create just a simple data migration without creating a normal migration alongside it?The text was updated successfully, but these errors were encountered: