X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c0ddf2c276ccbb7480ab690edfbd6c6e42a3ae39..7f313df2fbc1b28531adccbf022d6fdde0d6fdc8:/dbinstall.php
diff --git a/dbinstall.php b/dbinstall.php
index 9a87d38e..a2ff4331 100644
--- a/dbinstall.php
+++ b/dbinstall.php
@@ -956,7 +956,7 @@ if ($_POST) {
print "Updated $tt_expense_items_updated tt_expense_items records...
\n";
}
- if ($_POST["convert11797to11810"]) {
+ if ($_POST["convert11797to11811"]) {
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`");
@@ -1027,7 +1027,7 @@ if ($_POST) {
| Create database structure (v1.18.10) + | Create database structure (v1.18.11)
(applies only to new installations, do not execute when updating) |