Show error message in migration view
Adds the error message to the migration view output as currently there is no way to know what went wrong when a schema migration fails.
Please also update the swagger.yaml to communicate the new API property.
Please also update the
swagger.yamlto communicate the new API property.
Done in 5af9e54e599c9bec493c1208cfc50a1240a56f4b
Do I understand correctly there is always a message, also for successful migrations? What would that look like?
Do I understand correctly there is always a message, also for successful migrations?
No, the schema-result only has a message if isSuccessful is false.
But the migration-result always has a message, usually something like "Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully"
Thank you @ausi