PhiliGuertler / pile-of-shame

MIT License
2 stars 0 forks source link

Migration mechanism for Game and DLC are too cumbersome #167

Closed PhiliGuertler closed 3 months ago

PhiliGuertler commented 5 months ago

Updating Game, DLC and VideoGameHardware is insanely annoying with the migrator tool. This should be as automated as possible with very little code. Have a look at redesigning it.

PhiliGuertler commented 5 months ago

Adding a version member to the persisted games, dlcs, hardwares and the database should simplify the process a lot!

PhiliGuertler commented 3 months ago

Also adding a method called migrate() to each version of the database should make it easier to read.