diff options
author | Simon Rettberg | 2017-05-10 17:35:40 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-05-10 17:35:40 +0200 |
commit | 9c7f5bf82916922522b9b7b312bc6cefc43699af (patch) | |
tree | 1d866934bcd87a7a76edef2330b3a26a11b6e5b7 /modules-available/locationinfo/install.inc.php | |
parent | Add message output to install-all shell script (diff) | |
download | slx-admin-9c7f5bf82916922522b9b7b312bc6cefc43699af.tar.gz slx-admin-9c7f5bf82916922522b9b7b312bc6cefc43699af.tar.xz slx-admin-9c7f5bf82916922522b9b7b312bc6cefc43699af.zip |
[locationinfo] install: Match table column type to referenced table
Diffstat (limited to 'modules-available/locationinfo/install.inc.php')
-rw-r--r-- | modules-available/locationinfo/install.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |