|
|
|
|
|
by cjonas
732 days ago
|
|
Could solve this with a migration framework (I'm sure there is something for sqlLite). I've also done something similar with object/document storage. Store the version of the schema in the record and write a map function for each version from the previous. |
|