mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Created command to run migrations with a lock
This commit is contained in:
@@ -40,9 +40,9 @@ return [
|
||||
'db_create_schema' => [
|
||||
'command' => 'bin/cli db:create',
|
||||
],
|
||||
// 'db_migrate' => [
|
||||
// 'command' => 'bin/cli db:migrate',
|
||||
// ],
|
||||
'db_migrate' => [
|
||||
'command' => 'bin/cli db:migrate',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user