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

Add option to skip migrations #194

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

seand7565
Copy link
Contributor

In some cases (in particular, the solidus install) it makes sense
to skip the entire migration block. With the current setup, it's
impossible to not run migrations AND not be asked if you want to
run migrations. This allows for a complete skip of the migrations

  • the question asking part, which will smooth out the Solidus installation.

We should also release on rubygems after this PR is accepted, so the change is in effect for Solidus 2.11 - at which point, this will be an issue. Thanks!

@kennyadsl
Copy link
Member

Specs should be fixed with #195. Let's wait to merge that one and then we can rebase here.

@jarednorman
Copy link
Member

#195 has been merged. 🙂

In some cases (in particular, the solidus install) it makes sense
to skip the entire migration block. With the current setup, it's
impossible to not run migrations AND not be asked if you want to
run migrations. This allows for a complete skip of the migrations
+ the question asking part, which will smooth out the Solidus installation.
@seand7565 seand7565 force-pushed the add_skip_migrations_option branch from 9310b6e to 8f96456 Compare October 6, 2020 12:13
@seand7565
Copy link
Contributor Author

Rebased! 😄

@kennyadsl kennyadsl merged commit b90a7f8 into solidusio:master Oct 6, 2020
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

Successfully merging this pull request may close these issues.

3 participants