X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/faab3aece19a445dd7e2e42d82f47e701d32366f..eb14c12d3be2cd31e20988b6abf7585f6af0b34d:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 4199288e..9a0451b5 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -640,6 +640,7 @@ if ($_POST) { 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`"); setChange("ALTER TABLE `tt_fav_reports` ADD `status` tinyint(4) default '1'"); + setChange("ALTER TABLE `tt_teams` ADD `bcc_email` varchar(100) default NULL AFTER `uncompleted_indicators`"); } // The update_clients function updates projects field in tt_clients table.