migrations
migrations copied to clipboard
Clear view of logs
Hello Team,
Any format or syntax to view the database updation logs clearly with errors in the output?
Please let me know if any
Hello @chiruyarabolu ,
I don't understand what you mean. Please try explaining it using concrete examples.
While we are running the migration scripts using mybatis, there is a final output saying migration success or failed. Is there any way to clearly view what are all the lines that got executed without issues and what are the failed lines in it.
Please let me know if we have any syntax or process to view output in such a way
Not really. That is why you should not put multiple statements in a single script if one or some of them could fail.