Member Junction
    Preparing search index...
    interface ConvertMigrationOptions {
        includeHeader?: boolean;
        schema?: string;
        transpiler?: TSQLToPGTranspiler;
    }
    Index

    Properties

    includeHeader?: boolean

    Emit the standard .pg.sql provenance header (default true).

    schema?: string

    Target schema substituted for ${flyway:defaultSchema} in the output (default '__mj').

    transpiler?: TSQLToPGTranspiler

    The AST transpiler. Required whenever the migration has kept T-SQL to translate; pure regen/reseed files convert without it.