Skip to content

Kros.KORM.Extensions.Asp 1.1.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@satano satano released this 28 Jul 17:50
· 23 commits to master since this release
23fc2dd

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).