Add Slack integration
This commit is contained in:
@@ -6,7 +6,14 @@ use PDO;
|
||||
use Core\Security;
|
||||
use Model\Link;
|
||||
|
||||
const VERSION = 38;
|
||||
const VERSION = 39;
|
||||
|
||||
function version_39($pdo)
|
||||
{
|
||||
$rq = $pdo->prepare('INSERT INTO settings VALUES (?, ?)');
|
||||
$rq->execute(array('integration_slack_webhook', '0'));
|
||||
$rq->execute(array('integration_slack_webhook_url', ''));
|
||||
}
|
||||
|
||||
function version_38($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user