mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
Updated CreateDatabaseCommand to create the empty database if it does not exist
This commit is contained in:
@@ -36,4 +36,13 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'installation_commands' => [
|
||||
'db_create_schema' => [
|
||||
'command' => 'bin/cli db:create',
|
||||
],
|
||||
// 'db_migrate' => [
|
||||
// 'command' => 'bin/cli db:migrate',
|
||||
// ],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user