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

Migration run with specific name does not check if migration was already executed in status.json #48

Open
IvanKiral opened this issue Mar 30, 2023 · 0 comments

Comments

@IvanKiral
Copy link
Contributor

Brief bug description

What went wrong?
Running the already executed migration is aborted by error from the management client.

Repro steps

  1. Run some migration with for example in range (migration run --range 3:5)
  2. Run migration run -n "alreadyExecutedMigration" and it gives the error from the ManagementClient.

Expected behavior

Should skip the already executed migration.

Test environment

  • Platform/OS: [e.g. .NET Core 2.1, iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context

Add any other context about the problem here.

Screenshots

Add links to screenshots, if possible.

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

1 participant