UNPKG

pg-flyway

Version:

Migration tool for PostgreSQL database, NodeJS version of Java migration tool - flyway (not wrapper for https://flywaydb.org/documentation/commandline)

10 lines (9 loc) 710 B
export declare const PG_FLYWAY_DRY_RUN = "PG_FLYWAY_DRY_RUN"; export declare const PG_FLYWAY_CONFIG = "PG_FLYWAY_CONFIG"; export declare const PG_FLYWAY_DATABASE_URL = "PG_FLYWAY_DATABASE_URL"; export declare const PG_FLYWAY_LOCATIONS = "PG_FLYWAY_LOCATIONS"; export declare const PG_FLYWAY_HISTORY_TABLE = "PG_FLYWAY_HISTORY_TABLE"; export declare const PG_FLYWAY_HISTORY_SCHEMA = "PG_FLYWAY_HISTORY_SCHEMA"; export declare const PG_FLYWAY_SQL_MIGRATION_SUFFIXES = "PG_FLYWAY_SQL_MIGRATION_SUFFIXES"; export declare const PG_FLYWAY_SQL_MIGRATION_SEPARATOR = "PG_FLYWAY_SQL_MIGRATION_SEPARATOR"; export declare const PG_FLYWAY_SQL_MIGRATION_STATEMENT_SEPARATOR = "PG_FLYWAY_SQL_MIGRATION_STATEMENT_SEPARATOR";