[Release] RC-Mining Job | ESX Framework

Hello!

Thanks for the work!
It was not working on my FiveM server because in the SQL table ‘items’ the “pickaxe” doesn’t exists.
I changed the ‘alivechicken’ item to “pickaxe” using this command:

UPDATE items SET name = 'pickaxe', label = 'Pico de minero' WHERE name = 'alivechicken';

Thank you very much!