Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrations must run with admin permissions
Ensures that an admin user is logged in when running migrations. This helps avoid permission problems or restrictive workflows when running migrations. It reads `Migration/User` from `project.ini`, if this is not set or empty it defaults to the admin user with ID 14. `Migration/User` may either be a numerical ID or a login name.
- Loading branch information