Commented out name config option for migrations, since it makes it fail

This commit is contained in:
Alejandro Celaya 2020-06-21 13:00:32 +02:00
parent eed353fedf
commit 6b3fd2ac83

View file

@ -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',
];