UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

9 lines 243 B
export declare function validateDropIndexConcurrently(content: string): { type: "success"; } | { type: "success-index-alone"; } | { type: "error"; errors: string[]; }; //# sourceMappingURL=validateDropIndexConcurrently.d.ts.map