Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: Change trigger syntax for MySQL 5 database
The syntax for multiple triggers for the same event and table works for MySQL 8 databases but is not accepted for MySQL 5 databases. Refactor the statements from the `mxq_udpate_job2` trigger into the `mxq_update_job`trigger.
- Loading branch information