...
These procedures will create 3 databases in MySql:
- kfsonly kfs - This database contains Financials tables and no Rice tables. It is used by Financials when running with standalone Rice.
- rice - This database contains Rice tables only. It is used by the standalone rice instance.
- kfs unit - This database contains both Financials and Rice tables. It is used for the unit tests.
...