Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

How to use Generate Liquibase scripts

 

Rice 2.3.6

There are several changes to the Rice database for version 2.x (see Rice 2.0 release notes). 

The upgrade scripts necessary can be found in this zip file.  In addition to the standard scripts there are several additional scripts. 

In the KREW_DOC_TYP_T table the KFS type services currently are ${application.url}/strutsaction.do/.... the ${application.url} must be changed to ${kfs.url} to reflect the standalone implementation.

 

KFS 5.3

 

These SQL files must be run in the following order:

411_50_updateSQLstructure.sql

411_50_updateSQLdata.sql

411_50_updateSQLconstraint.sql

50_501_updateSQLstructure.sql

501_502_updateSQLstructure.sql

502_503_updateSQLstructure.sql

505_51_updateSQLstructure.sql

505_51_updateSQLdata.sql

51_511_updateSQLconstraint.sql

512_52_updateSQLstructure.sql

512_52_updateSQLdata.sql

512_52_updateSQLconstraint.sql

52_53_updateSQLstructure.sql

52_53_updateSQLdata.sql

52_53_updateSQLconstraint.sql

 

  • No labels