-
Notifications
You must be signed in to change notification settings - Fork 492
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
migrations aren't being run #236
Comments
It's supposed to skip the migration if you don't changed your db, if you want to force migration, just add :force to rails:db_migrate
|
There was a new migration to be run that wasn't picked up. Is there
|
No, you don't need to do anything specially. When you create a new migration the DB schema will change, mina will notice that and run the migration, there can be few things why aren't the migrations run
|
I'm having rails generate the schema as SQL, does mina not check for that?
|
there is a PR: #177 |
The first iteration of migrations seemed to work. Since then, mina just skips over them.
I'm not sure what output would be helpful since it just says "-----> DB schema unchanged; skipping DB migration".
The text was updated successfully, but these errors were encountered: