From 66d624b521dc5726942bc9bb1f92a0622f8d6726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 23 Apr 2020 03:39:15 +0200 Subject: [PATCH] Add two comments to migration_parameters --- assets/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 02c03845..2539b9be 100644 --- a/assets/config.php +++ b/assets/config.php @@ -252,7 +252,8 @@ return [ */ 'migrate_after_creation' => false, 'migration_parameters' => [ - // '--force' => true, + // '--force' => true, // Set this to true to be able to run migrations in production + // '--path' => [], // If you need to customize paths to tenant migrations ], /**