FIX - scripts migration : fix path of migration in client-upgrade-db.sh
parent
09a9b0e2f2
commit
7e0a946cf0
|
@ -13,8 +13,8 @@ cat <<EOF >/tmp/conf.tmp.php
|
|||
<?php
|
||||
return array(
|
||||
'paths' => array(
|
||||
'migrations' => 'vendor/monarc/$MODULE/migrations/db',
|
||||
'seeds' => 'vendor/monarc/$MODULE/migrations/seeds',
|
||||
'migrations' => 'module/$MODULE/migrations/db',
|
||||
'seeds' => 'module/$MODULE/migrations/seeds',
|
||||
),
|
||||
'environments' => array(
|
||||
'default_migration_table' => 'phinxlog',
|
||||
|
|
Loading…
Reference in New Issue