How generate ChangelogFile by comparing two existing changelog files

半世苍凉 提交于 2019-12-02 13:23:33

问题


I am using Liquibase tool to maintain versions of a database in MySQL server

Here, I generate changeLogFile for a database

After one week, I want to compare the existing changeLogFile with the same database.

Here, I need to get what are the changes made in the database for last week.

or

Is it possible to compare two changeLogFiles?

来源:https://stackoverflow.com/questions/16185367/how-generate-changelogfile-by-comparing-two-existing-changelog-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!