UNPKG

@clickup/pg-microsharding

Version:
9 lines 306 B
/** * Removes old and semi-migrated schemas. */ export declare function cleanup({ dsn, noOldShards, confirm, }: { dsn: string; noOldShards?: (oldSchemaNameRe: string) => Promise<void>; confirm?: (schemas: string[]) => Promise<boolean>; }): Promise<void>; //# sourceMappingURL=cleanup.d.ts.map