Add Postmark integration (inbound emails for task creation)
This commit is contained in:
@@ -6,7 +6,12 @@ use PDO;
|
||||
use Core\Security;
|
||||
use Model\Link;
|
||||
|
||||
const VERSION = 46;
|
||||
const VERSION = 47;
|
||||
|
||||
function version_47($pdo)
|
||||
{
|
||||
$pdo->exec("ALTER TABLE projects ADD COLUMN identifier VARCHAR(50) DEFAULT ''");
|
||||
}
|
||||
|
||||
function version_46($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user