Post Migrate Schema
knowledge-graph
Post Migrate Schema
Force-apply schema migrations for a board (idempotent).
Use when consolidation fails with Binder exception: Cannot find property X for n — usually means an ALTER ADD migration was missed
for a board bootstrapped before that schema column was introduced.
Re-runs all v0.3.x ALTER TABLE ADD on every node type. Idempotent:
calling on a board already migrated returns migrated=true with
columns_added empty (no-op).
Spec 818748f2.
POST
Post Migrate Schema
Path Parameters
Last modified on May 17, 2026