X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/21a4caf9b07233e69ad230a4d4d5248b589c205b..e3ed046e205a14772a8157def21fea9a14acdde8:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index dd360115..4d4de7e8 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -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) {

DB Install

-
Create database structure (v1.17.15) + Create database structure (v1.17.19)
(applies only to new installations, do not execute when updating)
@@ -804,8 +805,8 @@ if ($_POST) {
- Update database structure (v1.14 to v1.17.15) -
+ Update database structure (v1.14 to v1.17.19) +