Skip to content

Revo-1.15.0

Compare
Choose a tag to compare
@martinzima martinzima released this 05 Mar 13:53
· 137 commits to develop since this release

[1.15.0] - 2020-03-05

Added

  • IDatabaseMigrationExecutionOptions.MigrateOnlySpecifiedModules can now be specified using wildcards

Fixed

  • database migrations: doesn't throw anymore if there is no migration for specified version, but DB is already up-to-date
  • database migrations: now throws when updating to 'latest' version, but no migrations are found