Fix CreateDatabaseCommandTest

This commit is contained in:
Alejandro Celaya
2023-02-15 18:55:25 +01:00
parent 40838255a7
commit 85c32c3c9a
6 changed files with 43 additions and 17 deletions

View File

@@ -2,15 +2,13 @@
declare(strict_types=1);
use const Shlinkio\Shlink\MIGRATIONS_TABLE;
return [
'migrations_paths' => [
'ShlinkMigrations' => 'data/migrations',
],
'table_storage' => [
'table_name' => MIGRATIONS_TABLE,
'table_name' => 'migrations',
],
'custom_template' => 'data/migrations_template.txt',