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 = 65;
|
||||
const VERSION = 66;
|
||||
|
||||
function version_66($pdo)
|
||||
{
|
||||
$pdo->exec("ALTER TABLE projects ADD COLUMN identifier VARCHAR(50) DEFAULT ''");
|
||||
}
|
||||
|
||||
function version_65($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user