...
- ole-impex-master = /ole/work/db/ole-db/development
- Moved 16 Rice table definitions to the the schema.xml for ole-impex-rice
- Moved 10 Rice sequence definitions to the schema.xml for ole-impex-rice
- Move Moved the one Rice table containing data to the data directory for ole-impex-rice
- Added a data table that creates a single row in DATABASECHANGELOGLOCK
- This is expected by the liquibase-maven-plugin if the table already exists
- ole-impex-rice = /ole/work/db/ole-db/rice
- Contains the original schema.xml with these exceptions
- the 16 Rice tables present in ole-impex-master overwrite the tables in this schema.xml
- the 10 Rice sequence definitions from ole-impex-master overwrite sequences in this schema.xml
- Contains the original schema.xml with these exceptions
- ole-impex-liquibase = /ole/work/db/rice-data
- ole-impex-workflow = /ole/work/workflow
- Database process executes SQL out of jar files using
classpath:
notation instead of the file system - Liquibase maven plugin runs ole-impex-liquibase
- The 3 foreign key related constraint errors that were being printed to the console no longer happen
- No longer need the
svn:external
pointing to the Impex tooling as the tooling dependencies are handled declaratively now