gruby refaktor otyły panie
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'paths' => [
|
||||
'migrations' => '%%PHINX_CONFIG_DIR%%/db/migrations',
|
||||
'seeds' => '%%PHINX_CONFIG_DIR%%/db/seeds'
|
||||
],
|
||||
'environments' => [
|
||||
'default_migration_table' => 'phinxlog',
|
||||
'default_environment' => 'main',
|
||||
'main' => [
|
||||
'adapter' => 'sqlite',
|
||||
'name' => __DIR__ . '/data',
|
||||
],
|
||||
],
|
||||
'version_order' => 'creation'
|
||||
];
|
||||
Reference in New Issue
Block a user