Kros.KORM.Extensions.Asp 1.1.0-alpha.3
Pre-release
Pre-release
New Features
- Migrations middleware supports multiple databases. To migrate specific database, add its name to the URL:
/kormmigration/dbname
. If the name is not specified (middleware is called with just/kormmigration
URL), deafult connection string name will be used:DefaultConnection
.
Breaking Changes
- Endpoint URL for migrations is
/kormmigration
to make it consistent with documentation (was/kormmigrate
before).