• Migrate system 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

        Migration dialog options. Falsy disables the dialog.

      • fast: undefined | boolean

        Skip unmigrated documents.

      • server: undefined | boolean

        Call server-side migration on data. Developers only.

      • state: undefined | MigrationState

        Internal only. State tracker.

      • unlock: undefined | boolean

        Unlock compendiums

    Returns Promise<void>