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

migrations::status command #28

Open
hrach opened this issue Oct 22, 2015 · 5 comments
Open

migrations::status command #28

hrach opened this issue Oct 22, 2015 · 5 comments

Comments

@hrach
Copy link
Member

hrach commented Oct 22, 2015

Such command should show:

  • which migrations needs to be exectured
  • if there is any problem with groups, execution order, checksum problems, etc.
@Mikulas
Copy link
Contributor

Mikulas commented Oct 22, 2015

another option might be migrations:continue --dry-run

@hrach
Copy link
Member Author

hrach commented Oct 22, 2015

yeah, probably better.

@JanTvrdik
Copy link
Member

I think the mindset of user calling migrations:continue --dry-run is different than mindset of user calling migrations:status.

The first one wants to know what would happen if he executed migrations:continue the second one wants to know the overall status – it should explain him in full sentences what can he do next.

@hrach
Copy link
Member Author

hrach commented Dec 11, 2015

Agreed.

@ondraondra81
Copy link
Contributor

OK, I was try implementing it. :) see #88

ondraondra81 added a commit to ondraondra81/migrations that referenced this issue Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants