mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Pins two foundations for enum-migration work: - Planner + integration coverage that adding a *nullable* enum property is supported (AddProperty), backfills existing rows as NULL, and that the enum value-set is enforced on subsequent writes. Closes the gap where this path was exercised only implicitly via generic nullable-property logic. - A regression test for the metadata-only apply path (UpdateTypeMetadata from an added @description): the manifest version does not advance, yet the schema contract is persisted, `applied` is true, and a reopen re-plans the same source as a no-op. Enum *widen* will ride exactly this path, so the contract is now nailed down before building on it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| omnigraph | ||
| omnigraph-cli | ||
| omnigraph-compiler | ||
| omnigraph-policy | ||
| omnigraph-server | ||