migrations.php 258 B

123456789101112131415
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'migrations_paths' => [
  5. 'ShlinkMigrations' => 'data/migrations',
  6. ],
  7. 'table_storage' => [
  8. 'table_name' => 'migrations',
  9. ],
  10. 'custom_template' => 'data/migrations_template.txt',
  11. ];