X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0040233ec546afbe413861e356e26351468c4992..4af7dd7e10968588fe4c2828be5402f41d53ebc5:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index aea76e80..9638fe4f 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -638,6 +638,7 @@ if ($_POST) { setChange("CREATE TABLE `tt_predefined_expenses` (`id` int(11) NOT NULL auto_increment, `team_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `cost` decimal(10,2) default '0.00', PRIMARY KEY (`id`))"); setChange("ALTER TABLE `tt_teams` ADD `task_required` smallint(2) NOT NULL DEFAULT '0' AFTER `tracking_mode`"); setChange("ALTER TABLE `tt_teams` ADD `project_required` smallint(2) NOT NULL DEFAULT '0' AFTER `tracking_mode`"); + setChange("ALTER TABLE `tt_cron` ADD `report_condition` varchar(255) default NULL AFTER `email`"); } // The update_clients function updates projects field in tt_clients table.