Add configurable list of predefined subjects when sending a task by email
This commit is contained in:
@@ -8,7 +8,12 @@ use PDO;
|
||||
use Kanboard\Core\Security\Token;
|
||||
use Kanboard\Core\Security\Role;
|
||||
|
||||
const VERSION = 123;
|
||||
const VERSION = 124;
|
||||
|
||||
function version_124(PDO $pdo)
|
||||
{
|
||||
$pdo->exec('ALTER TABLE projects ADD COLUMN predefined_email_subjects TEXT');
|
||||
}
|
||||
|
||||
function version_123(PDO $pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user