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 ], /**