Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typehint variable in batch query to integer (#6206)
Updated the query on the batch table to typehint the variable $id to an integer value. This is necessary for working with MongoDB. For MongoDB a condition variable needs to the right type.
- Loading branch information