@clickup/pg-microsharding
Version:
Microshards support for PostgreSQL
13 lines • 434 B
TypeScript
import type { TableInfo } from "./getTablesInSchema";
/**
* Cleans up after the shard migration success.
*/
export declare function resultCommit({ activateOnDestination, deactivateSQL, fromDsn, tables, toDsn, schema, }: {
activateOnDestination: boolean;
deactivateSQL?: string;
fromDsn: string;
tables: TableInfo[];
toDsn: string;
schema: string;
}): Promise<void>;
//# sourceMappingURL=resultCommit.d.ts.map