6XGate / bridgecmdr

Raspberry Pi professional A/V switch and monitor controller for retro gaming
https://www.sleepingcats.org/bridgecmdr
GNU General Public License v3.0
14 stars 2 forks source link

Build a data migration system #13

Closed 6XGate closed 3 years ago

6XGate commented 4 years ago

At some point data structures may change. Before that happens, the application needs some form of migration system for updating any data structures.

Part of that will require tracking the last version of the application that was run, so that when the application detects it has been updated it can migrate its data to the latest version.

6XGate commented 3 years ago

Done in the feature/buefy branch.