Greenheart / lifewheel

Reflect on Your Life Balance. Offline-first, privacy-friendly web app for your personal well-being.
https://reconnect.earth/lifewheel
GNU Affero General Public License v3.0
14 stars 1 forks source link

Improve data migrations #31

Open Greenheart opened 4 months ago

Greenheart commented 4 months ago

Do not assume that all protocol versions have the same runtime data structure. For example, add default values if a field is missing when importing into a newer version and upgrading.

Keep import and export functions for each version.

Add migration scripts that upgrade or downgrade between formats and versions.