shlink/migrations.php

16 lines
258 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
2020-06-15 19:35:53 +03:00
'migrations_paths' => [
'ShlinkMigrations' => 'data/migrations',
],
'table_storage' => [
2023-02-15 20:55:25 +03:00
'table_name' => 'migrations',
2020-06-15 19:35:53 +03:00
],
'custom_template' => 'data/migrations_template.txt',
];