a13xh7 / QaraTMS

QaraTMS is open source test case, test suites, test plans and test runs management tool.
MIT License
62 stars 19 forks source link

Move models to models directory #50

Closed ENG3PLabs closed 2 weeks ago

ENG3PLabs commented 2 weeks ago

This is a redo for #43.

After the original PR there was an issue where the users did not have their permissions set anymore. This PR now contains a migration that properly updates the tables for the permission plugin to use the updated namespace for the User model.

After checking out this branch, you can run php artisan migrate to fix the permissions. You can also run php aristan migrate:rollback to go back to the old version.

After this is checked out/merged, all local helper files must be regenerated using php artisan ide-helper:models -M.