UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

9 lines 433 B
import type { MigrateOptions } from "../cli"; import type { Dest } from "../internal/Dest"; /** * Prints the list of migration versions applied in the database by querying * mig_versions_const() on each schema. Groups schemas with identical version * lists together for readability. */ export declare function actionListDB(_options: MigrateOptions, hostDests: Dest[]): Promise<boolean>; //# sourceMappingURL=actionListDB.d.ts.map