User Tools

Site Tools


database:liquibase

This is an old revision of the document!


Table of Contents

Liquibase

Tool to track B changes

TO clean up the checksum after the change do

update databasechangelog set md5sum = null where filename = '2014_10_27.xml';
Syntax of the call
  • There is the syntax of the liquibase call.
  • The Driver name: org.h2.Driver
  • THe location of the Driver is: c:\doj\materials\Liquibase\h2jar\h2-1.4.197.jar
liquibase --driver=org.h2.Driver --classpath="c:\doj\materials\Liquibase\h2jar\h2-1.4.197.jar"  --changeLogFile=../changelogs/extend.user.changelog.liquibase.xml --url="jdbc:h2:tcp://localhost:9092/mem:dbname" --username=mydbuser --password=mydbpass migrate
database/liquibase.1524824926.txt.gz · Last modified: (external edit)