Add settings option to define the default task color
This commit is contained in:
@@ -6,7 +6,12 @@ use PDO;
|
||||
use Core\Security;
|
||||
use Model\Link;
|
||||
|
||||
const VERSION = 79;
|
||||
const VERSION = 80;
|
||||
|
||||
function version_80($pdo)
|
||||
{
|
||||
$pdo->exec("INSERT INTO settings VALUES ('default_color', 'yellow')");
|
||||
}
|
||||
|
||||
function version_79($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user