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 13 Next »

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. Move the one Rice table containing data to the data directory for 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. Do not need the external pointing to Impex tooling as the tooling dependencies are all handled declaratively now
  • No labels