From b1c821da32fd7dd10e6109f85975e34e5beb6db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Mon, 7 Aug 2017 12:19:11 +0200 Subject: [PATCH] Update esx_vehicleshop_minimal.sql --- esx_vehicleshop_minimal.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esx_vehicleshop_minimal.sql b/esx_vehicleshop_minimal.sql index 5f8cdde5..868530e9 100644 --- a/esx_vehicleshop_minimal.sql +++ b/esx_vehicleshop_minimal.sql @@ -1,3 +1,5 @@ +USE `essentialmode`; + INSERT INTO `jobs` (name, label) VALUES ('cardealer','Concessionnaire') ; @@ -283,4 +285,4 @@ INSERT INTO `vehicles` (name, model, price, category) VALUES ('Woflsbane','wolfsbane',9000,'motorcycles'), ('Zombie','zombiea',9500,'motorcycles'), ('Zombie Luxuary','zombieb',12000,'motorcycles') -; \ No newline at end of file +;