X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bf5ddc4f34213ffe75d6d601c16148a3fe506455..7bafd815e19a8c4535a3684c01955fe7b789982d:/dbinstall.php
diff --git a/dbinstall.php b/dbinstall.php
index dd360115..07cb37d7 100755
--- a/dbinstall.php
+++ b/dbinstall.php
@@ -61,7 +61,7 @@ if ($request->isGet()) {
// spit white space before output in some situations such as in PDF reports.
$file = fopen(APP_DIR.'/WEB-INF/config.php', 'r');
$line = fgets($file);
- if (strcmp('Error: WEB-INF/config.php file does not start with PHP opening tag.
');
}
fclose($file);
@@ -709,7 +709,7 @@ if ($_POST) {
setChange("ALTER TABLE `tt_log` ADD `paid` tinyint(4) NULL default '0' AFTER `billable`");
}
- if ($_POST["convert11400to11715"]) {
+ if ($_POST["convert11400to11719"]) {
setChange("ALTER TABLE `tt_teams` DROP `address`");
setChange("ALTER TABLE `tt_fav_reports` ADD `report_spec` text default NULL AFTER `user_id`");
setChange("ALTER TABLE `tt_fav_reports` ADD `paid_status` tinyint(4) default NULL AFTER `invoice`");
@@ -724,6 +724,7 @@ if ($_POST) {
setChange("ALTER TABLE `tt_teams` DROP `workday_hours`");
setChange("UPDATE `tt_monthly_quotas` SET `minutes` = 60 * `quota`");
setChange("ALTER TABLE `tt_monthly_quotas` DROP `quota`");
+ setChange("ALTER TABLE `tt_teams` DROP `uncompleted_indicators`");
}
if ($_POST["cleanup"]) {
@@ -768,7 +769,7 @@ if ($_POST) {
| Create database structure (v1.17.15) + | Create database structure (v1.17.19)
(applies only to new installations, do not execute when updating) |