UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

7 lines 310 B
import type { MigrateOptions } from "../cli"; import type { Registry } from "../internal/Registry"; /** * Prints the list of all migration versions in the registry. */ export declare function actionList(_options: MigrateOptions, registry: Registry): Promise<boolean>; //# sourceMappingURL=actionList.d.ts.map