You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime we need create table, but We don't want to manager the sql code or it's too hard to handle. So in this repository I integration opencms action with Liquibase to make the management SQL easyler
run release.sh to build and copy jar into you server.
In this repository I use liquibase 4.11.0, I have create a changlog sql file in the resource.
To run in the tomcat server, Please make sure you are copied all jar from liquibase-libs into opencms/lib folder.
About
Sometime we need create table, but We don't want to manager the sql code or it's too hard to handle. So in this repository I integration opencms action with Liquibase to make the management SQL easyler