fix( es_extended/es_exntended.sql): Synchronized with legacy.sql

This commit is contained in:
TheFantomas
2023-02-05 10:33:49 +01:00
committed by GitHub
parent 1642ad5927
commit 77fdfd3fd4
+1 -1
View File
@@ -15,7 +15,7 @@ CREATE TABLE `users` (
`job` VARCHAR(20) NULL DEFAULT 'unemployed',
`job_grade` INT NULL DEFAULT 0,
`loadout` LONGTEXT NULL DEFAULT NULL,
`position` VARCHAR(255) NULL DEFAULT '{"x":-269.4,"y":-955.3,"z":31.2,"heading":205.8}',
`position` longtext NOT NULL,
PRIMARY KEY (`identifier`)
) ENGINE=InnoDB;