We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. when we have just one migration and issue a command to migrate to version 2 on the command line:
Migrator.Console.exe SqlServer "Data Source=..." Database.dll -version 2
the application wil go forever:
2 <Migration not found> 2 <Migration not found> 2 <Migration not found> 2 <Migration not found> 2 <Migration not found> 2 <Migration not found> ...
The text was updated successfully, but these errors were encountered:
Merge pull request migratordotnet#5 from Schlupp77/master
e450cd0
Completed Change for MSSQL for UInt16, UInt32 and UInt64
No branches or pull requests
E.g. when we have just one migration and issue a command to migrate to version 2 on the command line:
Migrator.Console.exe SqlServer "Data Source=..." Database.dll -version 2
the application wil go forever:
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
...
The text was updated successfully, but these errors were encountered: