You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph-checkpoint-postgres 2.0.18
Summary of Changes
Made SQL migrations in PostgresStore more resilient by adding IF NOT EXISTS clauses to column additions and index creation (#3880)
Detailed Changes
langgraph.store.postgres.base.Migration
Added IF NOT EXISTS clauses to column additions in ALTER TABLE statements and index creation in CREATE INDEX statements to prevent failures when the columns or index already exist (#3880)