UNPKG

@langchain/langgraph-checkpoint-postgres

Version:
6 lines (5 loc) 238 B
/** * To add a new migration, add a new string to the list returned by the getMigrations function. * The position of the migration in the list is the version number. */ export declare const getMigrations: (schema: string) => string[];