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 PDO;
|
||||
use Core\Security;
|
||||
use Model\Link;
|
||||
|
||||
const VERSION = 80;
|
||||
const VERSION = 81;
|
||||
|
||||
function version_81($pdo)
|
||||
{
|
||||
$pdo->exec("INSERT INTO settings VALUES ('subtask_time_tracking', '1')");
|
||||
$pdo->exec("INSERT INTO settings VALUES ('cfd_include_closed_tasks', '1')");
|
||||
}
|
||||
|
||||
function version_80($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user