feat: add ntfy as notification method (#377)
This commit is contained in:
@@ -49,6 +49,9 @@ if (count($requiredMigrations) === 0) {
|
||||
}
|
||||
|
||||
foreach ($requiredMigrations as $migration) {
|
||||
if (!file_exists($migration)) {
|
||||
$migration = '../../' . $migration;
|
||||
}
|
||||
require_once $migration;
|
||||
|
||||
$stmtInsert = $db->prepare('INSERT INTO migrations (migration) VALUES (:migration)');
|
||||
|
||||
Reference in New Issue
Block a user