mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 23:39:54 +03:00
Commented out name config option for migrations, since it makes it fail
This commit is contained in:
parent
eed353fedf
commit
6b3fd2ac83
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'name' => 'ShlinkMigrations',
|
||||
|
||||
// 'name' => 'ShlinkMigrations',
|
||||
'migrations_paths' => [
|
||||
'ShlinkMigrations' => 'data/migrations',
|
||||
],
|
||||
|
@ -11,4 +12,5 @@ return [
|
|||
'table_name' => 'migrations',
|
||||
],
|
||||
'custom_template' => 'data/migrations_template.txt',
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue