From 9c7f5bf82916922522b9b7b312bc6cefc43699af Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 10 May 2017 17:35:40 +0200 Subject: [locationinfo] install: Match table column type to referenced table --- modules-available/locationinfo/install.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/locationinfo/install.inc.php') diff --git a/modules-available/locationinfo/install.inc.php b/modules-available/locationinfo/install.inc.php index be5f56b7..0dc29578 100644 --- a/modules-available/locationinfo/install.inc.php +++ b/modules-available/locationinfo/install.inc.php @@ -3,7 +3,7 @@ $res = array(); $t1 = $res[] = tableCreate('locationinfo_locationconfig', ' - `locationid` INT(10) UNSIGNED NOT NULL, + `locationid` INT(11) NOT NULL, `serverid` INT(10) UNSIGNED, `serverlocationid` VARCHAR(150), `hidden` BOOLEAN NOT NULL DEFAULT 0, -- cgit v1.2.3-55-g7522