UNPKG

@clickup/pg-microsharding

Version:
9 lines 325 B
/** * Advances all sequences on the destination (including sequences in other * schemas), so their values won't conflict with the ones on the source. */ export declare function advanceSequences({ fromDsn, toDsn, }: { fromDsn: string; toDsn: string; }): Promise<void>; //# sourceMappingURL=advanceSequences.d.ts.map