Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating data migrations creates a schema migration #150

Open
dominicsanto opened this issue Sep 15, 2020 · 2 comments
Open

Creating data migrations creates a schema migration #150

dominicsanto opened this issue Sep 15, 2020 · 2 comments

Comments

@dominicsanto
Copy link

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?

@tielur
Copy link

tielur commented Jan 21, 2021

@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'

@ilyakatz
Copy link
Owner

Hm, the readme doesn't specify version. You may need to update them gem in your env

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants