From 75481f09a10522ab23d6757607aeebefb6199ca0 Mon Sep 17 00:00:00 2001 From: koogua Date: Tue, 9 Mar 2021 17:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0phinx=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phinx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phinx.php b/phinx.php index c0d27ca2..48307ee8 100644 --- a/phinx.php +++ b/phinx.php @@ -15,7 +15,7 @@ return [ 'default_migration_table' => 'kg_migration', - 'default_database' => 'production', + 'default_environment' => 'production', 'production' => [ 'adapter' => 'mysql',