Member Junction
    Preparing search index...

    Result of the migrate phase.

    MigratePhase.Run

    interface MigrateResult {
        Output: string;
        Success: boolean;
    }
    Index

    Properties

    Properties

    Output: string

    Raw stdout output from the migration command.

    Success: boolean

    Whether all migrations completed successfully.