|
|
|
@ -47,10 +47,12 @@ Type::overrideType( |
|
|
|
Database::getUTCDateTimeTypeClass() |
|
|
|
Database::getUTCDateTimeTypeClass() |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
/*Type::addType( |
|
|
|
if (!Type::hasType('json')) { |
|
|
|
'json', |
|
|
|
Type::addType( |
|
|
|
'Sonata\Doctrine\Types\JsonType' |
|
|
|
'json', |
|
|
|
);*/ |
|
|
|
'Sonata\Doctrine\Types\JsonType' |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$commands = array( |
|
|
|
$commands = array( |
|
|
|
new \Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand(), |
|
|
|
new \Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand(), |
|
|
|
|