diff --git a/assets/config.php b/assets/config.php index eb68d9b0..0e035953 100644 --- a/assets/config.php +++ b/assets/config.php @@ -258,6 +258,7 @@ return [ 'migration_parameters' => [ '--force' => true, // This needs to be true to run migrations in production. '--path' => [database_path('migrations/tenant')], + '--schema-path' => database_path('schema/tenant-schema.dump'), '--realpath' => true, ],