mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-21 21:08:41 +00:00
Fix installer
This commit is contained in:
parent
6a72f80cf3
commit
4d68e7a615
|
|
@ -14,6 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Monitoring\Admin;
|
||||
|
||||
use phpOMS\DataStorage\Database\DatabaseType;
|
||||
use phpOMS\DataStorage\Database\DatabasePool;
|
||||
use phpOMS\Module\InstallerAbstract;
|
||||
use phpOMS\Module\InfoManager;
|
||||
|
|
@ -55,6 +56,8 @@ class Installer extends InstallerAbstract
|
|||
PRIMARY KEY (`monitoring_file_id`)
|
||||
)ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;'
|
||||
)->execute();
|
||||
|
||||
$dbPool->get()->con->commit();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user