Updated CreateDatabaseCommand to create the empty database if it does not exist

This commit is contained in:
Alejandro Celaya
2019-08-05 10:08:59 +02:00
parent 3916b06e7c
commit f78fa58cf1
7 changed files with 132 additions and 22 deletions

View File

@@ -36,4 +36,13 @@ return [
],
],
'installation_commands' => [
'db_create_schema' => [
'command' => 'bin/cli db:create',
],
// 'db_migrate' => [
// 'command' => 'bin/cli db:migrate',
// ],
],
];