fixed phing targets for db migrations

pull/1/head
ppaulis 2016-11-02 10:38:13 +01:00
parent f7604dfd9c
commit 7ef826afbb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ return array(
'host' => '@db.host@',
'user' => '@db.username@',
'password' => '@db.password@',
'dbname' => '@db.name.backoffice@',
'dbname' => '@db.name.core@',
)
),
'orm_cli' => array(