mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-12 03:12:11 +02:00
docs(schema): document enum widening — migration step list, OG-MF-106 scope, test map
Same-PR docs for the ExtendEnum step: the supported-steps list in the schema migration section (with the narrowing/rename/String-conversion carve-outs and the order-insensitivity note), the OG-MF-106 lint-table row narrowed to what it still covers, and the schema_apply.rs test-map row extended with the two new tests.
This commit is contained in:
parent
cc6f8602a9
commit
f7ddabafae
3 changed files with 3 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ The chassis defines ten families. Today only DS and MF have emitted codes. The r
|
|||
| `OG-DS-105` | Destructive | destructive | error | drop populated vector column (reserved) |
|
||||
| `OG-MF-103` | Maybe-fail | validated | error | add required property without `@default` to populated type |
|
||||
| `OG-MF-104` | Maybe-fail | validated | error | tighten nullable to non-nullable (reserved) |
|
||||
| `OG-MF-106` | Maybe-fail | destructive | error | narrowing scalar type |
|
||||
| `OG-MF-106` | Maybe-fail | destructive | error | property type change (incl. enum narrowing / variant rename / enum↔String; pure enum *widening* plans as a supported `ExtendEnum` step instead) |
|
||||
|
||||
## Families
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue