Member Junction
    Preparing search index...

    Result of downloading migrations from GitHub.

    interface MigrationDownloadResult {
        ErrorMessage?: string;
        Files?: string[];
        LocalPath?: string;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if the download failed

    Files?: string[]

    List of migration file names downloaded

    LocalPath?: string

    Local path where migrations were saved

    Success: boolean

    Whether the download succeeded