mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
4b07899061
The jobs row was inserted unconditionally, so adding a grade to an existing job hit a duplicate primary key and rolled the whole transaction back. The guard above it only caught the case where there was nothing to add, and it read ESX.Jobs, which does not list jobs that have no grades yet.