shlink/migrations.php

15 lines
290 B
PHP
Raw Normal View History

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