No version migration system for schema changes #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
All
@Serializablemodel classes haveversion: String = "v0.1"but no migration logic exists. When the schema changes (new fields, renamed fields, structural changes), old saved characters will fail to deserialize with no recovery path.Files
VersionableExpected Behavior
Acceptance Criteria