Tip |
---|
Also see Database Coding Standards |
...
Context | Purpose |
---|---|
bootstrap | This context will load the minimum data to start up and run the financials project |
demo | This context will load demo data for financials. |
unit | This context will setup a database with demo data from kfs and rice in the same database. It is used for unit tests. |
kfskc_bootstrap | This context (when used along with bootstrap) will load the minimum data to start up financials with integration with Kuali Coeus. |
kfskc_demo | This context (when used along with demo) will load the demo data for financials setup for integration with Kuali Coeus. |
...
Update liquibase files, if any, are located in a package corresponding to each module + /db/phase5phaseX/ (ex: kfs-ar/src/main/resources/org.kuali.kfs.module.ar/db/phase5phaseX/).
LiquiRelational Properties
...
No Format |
---|
java -jar {/path/to/liquinbase}.jar --logLevel=finest --defaultsFile={path/to}/liquibase.properties --changeLogFile={path/to}/liquibase.xml updateSQL |
LiquiBase Notes
...