UNPKG

graphile-migrate

Version:

Opinionated SQL-powered migration tool for PostgreSQL

8 lines (7 loc) 217 B
export declare function mergeWithoutClobbering(original: { [key: string]: string | undefined; }, newStuff: { [key: string]: string | undefined; }, message: string): { [key: string]: string | undefined; };