@dxos/client
    Preparing search index...

    Variable MigrationConst

    Migration: Schema.Enum<
        {
            FRAGMENT_AUTOMERGE_ROOT: number;
            INIT_AUTOMERGE: number;
            MIGRATE_REFERENCES_TO_DXN: number;
            NONE: number;
            PRUNE_AUTOMERGE_ROOT_HISTORY: number;
            REPLACE_AUTOMERGE_ROOT: number;
        },
    >

    Epoch migration to perform.

    • INIT_AUTOMERGE: Init empty automerge document as the space root. Disables legacy ECHO snapshot creation.
    • PRUNE_AUTOMERGE_ROOT_HISTORY: Init new automerge root by clonning the current space root. History is pruned.
    • FRAGMENT_AUTOMERGE_ROOT: Create a new space root and move objects from the current space root to separate automerge documents and.
    • REPLACE_AUTOMERGE_ROOT: Replace the current automerge root with a new one specified by the user.
    • MIGRATE_REFERENCES_TO_DXN: Upgrade references data structure.