From eda3fac7c520e33228ef771767da652c0f94379e Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Sun, 20 Nov 2016 20:34:45 -0800 Subject: Fixed from the Mail applied. Added OpeningTimes and stuff for the admin panel. new install.php should beexcecuted --- modules-available/locationinfo/install.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 807e2826..e056fea1 100644 --- a/modules-available/locationinfo/install.inc.php +++ b/modules-available/locationinfo/install.inc.php @@ -2,10 +2,10 @@ $res = array(); -$res[] = tableCreate('locationinfo', ' +$res[] = tableCreate('location_info', ' `locationid` INT(11) NOT NULL, `hidden` BOOLEAN NOT NULL DEFAULT 0, - `computers` BLOB DEFAULT NULL, + `openingtime` VARCHAR(2000) NOT NULL, PRIMARY KEY (`locationid`) '); -- cgit v1.2.3-55-g7522