CodableDatastore
CodableDatastore copied to clipboard
Add better safeguards in place to prevent data corruption when ID types no longer match between migrations
trafficstars
Ideally, the types should be detected to be incompatible, and a full migration should be kicked off. Maybe an entry is loaded and the ID decoding is tested at that point in some way to inform that the value is no longer the same?