From c3b34569cdae585f09a2d11494c510b5d474f697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Tue, 1 Aug 2017 14:54:16 +0200 Subject: [PATCH] Update SQL --- esx_property.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/esx_property.sql b/esx_property.sql index 82419c5b..877f3498 100644 --- a/esx_property.sql +++ b/esx_property.sql @@ -1,3 +1,17 @@ +USE `gta5_gamemode_essential` + +INSERT INTO `addon_account` (name, label, shared) VALUES + ('property_black_money','Argent Sale Propriété',0) +; + +INSERT INTO `addon_inventory` (name, label, shared) VALUES + ('property','Propriété',0) +; + +INSERT INTO `datastore` (name, label, shared) VALUES + (1,'property','Propriété',0) +; + CREATE TABLE `owned_properties` ( `id` int(11) NOT NULL AUTO_INCREMENT,