UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

9 lines 472 B
import type { MigrateOptions } from "../cli"; import type { Registry } from "../internal/Registry"; /** * Overwrites the chain file for the migration versions. Chain file ensures that * the migration versions are appended strictly in the end (so a migration file * appeared in the middle will produce a git merge conflict). */ export declare function actionChain(options: MigrateOptions, registry: Registry): Promise<boolean>; //# sourceMappingURL=actionChain.d.ts.map