Add settings to disable subtask timer and another to not include closed tasks into CFD
This commit is contained in:
@@ -6,7 +6,13 @@ use Core\Security;
|
||||
use PDO;
|
||||
use Model\Link;
|
||||
|
||||
const VERSION = 76;
|
||||
const VERSION = 77;
|
||||
|
||||
function version_77($pdo)
|
||||
{
|
||||
$pdo->exec("INSERT INTO settings VALUES ('subtask_time_tracking', '1')");
|
||||
$pdo->exec("INSERT INTO settings VALUES ('cfd_include_closed_tasks', '1')");
|
||||
}
|
||||
|
||||
function version_76($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user