Closed HeineCantor closed 2 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.
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.