This commit is contained in:
fogelito
2024-09-30 10:43:50 +03:00
parent 2841875714
commit 032fec3cae
+1 -1
View File
@@ -396,7 +396,7 @@ class Migrations extends Action
$destination->error();
$source->error();
throw new Exception('Migration failed');
throw new Exception('Migration('.$migration->getId().') failed, Project('.$this->project->getId().')');
}
}
}