Source Data Locations
Data
Seq |
Location |
Description |
---|---|---|
N/A |
https://svn.kuali.org/repos/rice/tags/rice-2.0.0-rc4/db/impex/server/bootstrap/src/main/resources | Original Rice 2.1.2 data set in Subversion |
N/A |
http://maven.kuali.org/release/org/kuali/rice/rice-impex-server-bootstrap/2.1.2/rice-impex-server-bootstrap-2.1.2-sql.jar | Original Rice 2.1.2 data set as a JAR file |
1 |
https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1/ole/work/db/ole-db/rice/ | Modified Rice 2.1.2 data set as provided to OLE by KFS |
2 |
https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1/ole/work/db/ole-db/development | OLE Master Data set as provided to OLE by KFS |
3 |
https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1/ole/work/db/rice-data | Liquibase |
4 |
https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1/ole/work/workflow | Workflow |
Notes
- 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
- Moved the one Rice table containing data to 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
Operated as a Community Resource by the Open Library Foundation