• Migrate all scenes.

    Parameters

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

      Additional options

      • dialog: undefined | object

        Dialog configuration.

      • fast: undefined | boolean

        Skip already migrated documents.

      • noHooks: undefined | boolean

        If true, no migration hooks will be fired.

      • state: undefined | MigrationState

        Internal only. State tracker.

    Returns Promise<void>