X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1b6699f3d4ad1961fa4055ec0033bc10f0b06b83..b0ac19f9b1c3f36c65276fcd235857e9b41b52ca:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index cb5f1c63..2b0d896c 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -78,7 +78,9 @@ if ($request->isGet()) { } // Check if PHP version is good enough. - $required_version = '5.2.1'; // Something in TCPDF library does not work below this one. + // $required_version = '5.2.1'; // Something in TCPDF library does not work below this one. + $required_version = '5.4.0'; // Week view (week.php) requires 5.4 because of []-way of referencing arrays. + // This needs further investigation as we use [] elsewhere without obvious problems. if (version_compare(phpversion(), $required_version, '>=')) { echo('PHP version: '.phpversion().', good enough.
'); } else { @@ -598,7 +600,7 @@ if ($_POST) { setChange("ALTER TABLE tt_invoices DROP end_date"); } - if ($_POST["convert1600to1900"]) { + if ($_POST["convert1600to11300"]) { setChange("DROP TABLE IF EXISTS tt_invoice_headers"); setChange("ALTER TABLE tt_fav_reports ADD COLUMN `client_id` int(11) default NULL"); setChange("ALTER TABLE tt_fav_reports ADD COLUMN `cf_1_option_id` int(11) default NULL"); @@ -748,7 +750,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.9.30) + Create database structure (v1.13.0)
(applies only to new installations, do not execute when updating)
@@ -780,8 +782,8 @@ if ($_POST) {


- Update database structure (v1.6 to v1.9) -
+ Update database structure (v1.6 to v1.13) +