Move schema to json

This commit is contained in:
Dennis Eichhorn 2018-12-22 19:51:26 +01:00
parent 381a93ec67
commit ee5785d954

View File

@ -29,17 +29,4 @@ use phpOMS\Module\InstallerAbstract;
*/
class Installer extends InstallerAbstract
{
/**
* {@inheritdoc}
*/
public static function install(DatabasePool $dbPool, InfoManager $info) : void
{
parent::install($dbPool, $info);
switch ($dbPool->get()->getType()) {
case DatabaseType::MYSQL:
break;
}
}
}