Member Junction
    Preparing search index...

    Dry-run preview of what the pipeline would do.

    interface RSUPreviewResult {
        AffectedTables: string[];
        MigrationSQL: string;
        ValidationErrors: string[];
        WouldExecute: boolean;
    }
    Index

    Properties

    AffectedTables: string[]
    MigrationSQL: string
    ValidationErrors: string[]
    WouldExecute: boolean