Add the possibility to create external tasks
This commit is contained in:
@@ -6,7 +6,13 @@ use PDO;
|
||||
use Kanboard\Core\Security\Token;
|
||||
use Kanboard\Core\Security\Role;
|
||||
|
||||
const VERSION = 94;
|
||||
const VERSION = 95;
|
||||
|
||||
function version_95(PDO $pdo)
|
||||
{
|
||||
$pdo->exec("ALTER TABLE tasks ADD COLUMN external_provider VARCHAR(255)");
|
||||
$pdo->exec("ALTER TABLE tasks ADD COLUMN external_uri VARCHAR(255)");
|
||||
}
|
||||
|
||||
function version_94(PDO $pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user