DotNetMigrations is a database migration framework that assists in managing and versioning database changes. It was originally designed as a straight port of the rails functionality located in the Ruby on Rails framework; however, has recently moved into a more open framework thanks to the power of the Managed Extensibility Framework.
rolls back the transaction (so that the database state is the same as before the test command was run)
If no hash warnings (or errors) are thrown during the test then it is deemed successful, otherwise the test fails and reports the specific migration whose TearDown triggered the warning.
This command could cause logs to fill up very fast in a large or production database. A warning of such should be shown and confirmed before running this command.
Create a new test command that
This command could cause logs to fill up very fast in a large or production database. A warning of such should be shown and confirmed before running this command.