diff --git a/esx_property.sql b/esx_property.sql index ae820607..19c20782 100644 --- a/esx_property.sql +++ b/esx_property.sql @@ -1,4 +1,8 @@ -USE `gta5_gamemode_essential` +USE `gta5_gamemode_essential`; + +ALTER TABLE `users` + ADD COLUMN `last_property` VARCHAR(255) NULL +; INSERT INTO `addon_account` (name, label, shared) VALUES ('property_black_money','Argent Sale Propriété',0)