Testing-Game-SAD-2023 / A13

Versione migliorativa sviluppata a partire dal progetto A10-2024 con integrazione del repository A7
6 stars 12 forks source link

Fix auto-migration order in db tables + minor fix #13

Closed HeineCantor closed 2 months ago

HeineCantor commented 3 months ago

This pull request fixes the auto-migration order in the database tables. Previously, the order was incorrect, causing issues with tables creation. This PR ensures that the tables are auto-migrated in the correct order, resolving the problem.

Also, it removes an unnecessary dependancy.