Comment change on the executed changeset

Hello.

Is there a way to modify a changset’s comment on the already executed changset by changing the changset? Or, is the only way to modify the comment from within the database?

Changing a comment in a changeset that has already been executed does not update the comment in the databasechangelog table. You would have to either:

  1. rollback, change the comment, update
  2. update the comment in the databasechangelog table.