mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Update SQL
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user