Source Data Locations

Data

Notes

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

Operated as a Community Resource by the Open Library Foundation