X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/32e0397e34d3092eb2b89411ab97ee288f88038a..6f1a57ddce604840c432915d97574f175b935475:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index f87b2a4e..653d13a1 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -957,7 +957,7 @@ if ($_POST) { print "Updated $tt_expense_items_updated tt_expense_items records...
\n"; } - if ($_POST["convert11797to11824"]) { + if ($_POST["convert11797to11826"]) { setChange("ALTER TABLE `tt_fav_reports` CHANGE `group_by` `group_by1` varchar(20) default NULL"); setChange("ALTER TABLE `tt_fav_reports` ADD `group_by2` varchar(20) default NULL AFTER `group_by1`"); setChange("ALTER TABLE `tt_fav_reports` ADD `group_by3` varchar(20) default NULL AFTER `group_by2`"); @@ -1086,7 +1086,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.18.24) + Create database structure (v1.18.26)
(applies only to new installations, do not execute when updating)
@@ -1131,8 +1131,8 @@ if ($_POST) { - Update database structure (v1.17.97 to v1.18.24) - + Update database structure (v1.17.97 to v1.18.26) +