williamsjokvist / cfn-tracker

Realtime tracking of ranked matches in Street Fighter 6 and Tekken 8
https://cfn.williamsjokvist.se/
Other
54 stars 6 forks source link

Implement db migration to prevent loss of data when updating client #53

Closed williamsjokvist closed 5 months ago

williamsjokvist commented 11 months ago

Right now when we make changes to the database we need to delete all the data. This is annoying for users who, when we have made changes to storage code, we need to delete their DB when updating the client.

One option to address this is to use Journey for db migrations