Member Junction
    Preparing search index...

    Result of running migrations.

    interface MigrationRunResult {
        AppliedFiles: string[];
        ErrorMessage?: string;
        MigrationsApplied: number;
        Success: boolean;
    }
    Index

    Properties

    AppliedFiles: string[]

    List of migration file names that were applied

    ErrorMessage?: string

    Error message if migrations failed

    MigrationsApplied: number

    Number of migrations applied

    Success: boolean

    Whether all migrations applied successfully