From 52ef10b74dad2701a7ddb5ca32617b78d72d470a Mon Sep 17 00:00:00 2001 From: shortybsd Date: Sat, 16 May 2020 22:53:48 -0500 Subject: [PATCH] Update ko_esx_policejob.sql int - Integer display width is deprecated and will be removed in a future release. --- localization/ko_esx_policejob.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/localization/ko_esx_policejob.sql b/localization/ko_esx_policejob.sql index 7e6393ef..8b01a36b 100644 --- a/localization/ko_esx_policejob.sql +++ b/localization/ko_esx_policejob.sql @@ -25,10 +25,10 @@ INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_ ; CREATE TABLE `fine_types` ( - `id` int(11) NOT NULL AUTO_INCREMENT, + `id` int NOT NULL AUTO_INCREMENT, `label` varchar(255) DEFAULT NULL, - `amount` int(11) DEFAULT NULL, - `category` int(11) DEFAULT NULL, + `amount` int DEFAULT NULL, + `category` int DEFAULT NULL, PRIMARY KEY (`id`) );