Skip to content

2.1.1

Compare
Choose a tag to compare
@bizley bizley released this 04 Apr 15:53
· 366 commits to master since this release

New option added: skipMigrations

List of migrations from the history table that should be skipped during the update process. (default [])
Here you can place migrations containing actions that can not be covered by extractor i.e. when there is migration setting the RBAC hierarchy with authManager component. Such actions should be kept in separated migration and placed on this list to prevent them from being run during the extraction process.

Fixed bugs:

  • options available for update action are also available for update-all action now.