mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Update es_extended.sql
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
USE `gta5_gamemode_essential`;
|
||||
USE `essentialmode`;
|
||||
|
||||
ALTER TABLE `users`
|
||||
ADD COLUMN `name` VARCHAR(255) NULL DEFAULT '' AFTER `money`,
|
||||
@@ -63,4 +63,4 @@ CREATE TABLE `user_inventory` (
|
||||
`count` int(11) NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user