Kinotic-Foundation / structures

Structures is an open-source framework for data storage and retrieval, supporting schema evolution, data management, and providing a user-friendly GUI and OpenAPI interface.
https://kinotic-foundation.github.io/structures/
Other
2 stars 1 forks source link

Detect when a user removes a field from a Structure and throw an error during save #23

Open NavidMitchell opened 8 months ago

NavidMitchell commented 8 months ago

We have added the baseline ability to modify a Structure mapping. You can now add new fields. However, if you remove a field it will not error out but will leave the structure intact with the removed field. This is not the expected behavior.