mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Fix: Remove gitignore, and sql update
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
test
|
|
||||||
@@ -15,6 +15,7 @@ CREATE TABLE `users` (
|
|||||||
`job` VARCHAR(20) NULL DEFAULT 'unemployed',
|
`job` VARCHAR(20) NULL DEFAULT 'unemployed',
|
||||||
`job_grade` INT NULL DEFAULT 0,
|
`job_grade` INT NULL DEFAULT 0,
|
||||||
`loadout` LONGTEXT NULL DEFAULT NULL,
|
`loadout` LONGTEXT NULL DEFAULT NULL,
|
||||||
|
`meta` LONGTEXT NULL DEFAULT NULL,
|
||||||
`position` longtext NULL DEFAULT NULL,
|
`position` longtext NULL DEFAULT NULL,
|
||||||
|
|
||||||
PRIMARY KEY (`identifier`)
|
PRIMARY KEY (`identifier`)
|
||||||
|
|||||||
Reference in New Issue
Block a user