Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 475 Bytes

File metadata and controls

13 lines (9 loc) · 475 Bytes

liquibaseWrapper

Master Branch Build Status

Wrapper for the liquibase jar

Fast use example Map the folder you will be installing the packae to. In our example that maping will be called modules.

var liquibase = new modules.src.liquibase();
liquibase.update(expandPath('PathToChangeLog'),'context');