You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
We had a build fail because the database / username had a hyphen. The task was:
The error seemed to be caused by the lack of back-ticks around the longer db name with a hyphen in the queries, for example, this failed...
TRIGGER ON somedatabase_contact-us.*...but this succeeded:
TRIGGER ON `somedatabase_contact-us`.*We should check for / clean up queries like this.