shlink/migrations.php
2020-06-23 19:23:33 +02:00

15 lines
258 B
PHP

<?php
declare(strict_types=1);
return [
'migrations_paths' => [
'ShlinkMigrations' => 'data/migrations',
],
'table_storage' => [
'table_name' => 'migrations',
],
'custom_template' => 'data/migrations_template.txt',
];