• Migrate module compendia.

    Convenience wrapper for migrateCompendiums.

    Parameters

    • Optionaloptions: {
          dialog: undefined | object;
          fast: undefined | boolean;
          server: undefined | boolean;
          state: undefined | MigrationState;
          unlock: undefined | boolean;
      } = {}

      Additional options

      • dialog: undefined | object

        Dialog options. Falsy disables the dialog.

      • fast: undefined | boolean

        Skip documents marked as migrated for current version.

      • server: undefined | boolean

        Call server-side migration. Developers only.

      • state: undefined | MigrationState

        Internal only. State tracker instance.

      • unlock: undefined | boolean

        Unlock compendiums

    Returns Promise<void>