From 07c7d40157233c63f18abe4cb2b53228ad61dcab Mon Sep 17 00:00:00 2001 From: shortybsd Date: Sat, 16 May 2020 22:55:12 -0500 Subject: [PATCH] Update pl_esx_policejob.sql int - Integer display width is deprecated and will be removed in a future release. --- localization/pl_esx_policejob.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/localization/pl_esx_policejob.sql b/localization/pl_esx_policejob.sql index b2c1d924..6b915616 100644 --- a/localization/pl_esx_policejob.sql +++ b/localization/pl_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`) );