From 5892e5ee685f9d20cda5f8b2cab29040f01677c1 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Wed, 15 Jun 2016 20:00:27 +0200 Subject: [PATCH] Updated the sql conversion script --- tools/convert_sql.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/convert_sql.pl b/tools/convert_sql.pl index 22c4e39beb..799f6ac478 100755 --- a/tools/convert_sql.pl +++ b/tools/convert_sql.pl @@ -218,7 +218,7 @@ CREATE TABLE `$db` ( `defence` smallint(5) unsigned DEFAULT NULL, `range` tinyint(2) unsigned DEFAULT NULL, `slots` tinyint(2) unsigned DEFAULT NULL, - `equip_jobs` int(10) unsigned DEFAULT NULL, + `equip_jobs` bigint(20) unsigned DEFAULT NULL, `equip_upper` tinyint(2) unsigned DEFAULT NULL, `equip_genders` tinyint(1) unsigned DEFAULT NULL, `equip_locations` mediumint(7) unsigned DEFAULT NULL, @@ -261,7 +261,7 @@ CREATE TABLE `$db` ( `defence` smallint(5) unsigned DEFAULT NULL, `range` tinyint(2) unsigned DEFAULT NULL, `slots` tinyint(2) unsigned DEFAULT NULL, - `equip_jobs` int(10) unsigned DEFAULT NULL, + `equip_jobs` bigint(20) unsigned DEFAULT NULL, `equip_upper` tinyint(2) unsigned DEFAULT NULL, `equip_genders` tinyint(1) unsigned DEFAULT NULL, `equip_locations` mediumint(7) unsigned DEFAULT NULL,