From fac269091c3cb5e16566294f4820606af15d2ef5 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 13 Jun 2023 10:05:28 +0200 Subject: [PATCH] Updated the import anrs script permission and the clients db upgrade parameter. --- scripts/client-upgrade-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client-upgrade-db.sh b/scripts/client-upgrade-db.sh index f1d1e67..1d88641 100755 --- a/scripts/client-upgrade-db.sh +++ b/scripts/client-upgrade-db.sh @@ -44,7 +44,7 @@ return array( ), 'environments' => array( 'default_migration_table' => 'phinxlog', - 'default_database' => 'cli', + 'default_environment' => 'cli', 'cli' => array( 'adapter' => 'mysql', 'host' => '$SQLHOST',