Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Sprint Release

...

Oracle : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/3.0.sql

MySQL : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/3.0.sql


In 3.0 Sprint 16, For JIRA

Jira Legacy
serverJIRA (openlibraryenvironment.atlassian.net)
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c
keyOLE-9100
, OLE_DS_DELETED_BIB_T table was created with Bib_id and Date_Updated column.
In 3.0 Sprint 21, FOR JIRA
Jira Legacy
serverJIRA (openlibraryenvironment.atlassian.net)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c
keyOLE-9158
Using ALTER command, multiple columns and data types were added/modified which were causing problems due to the existing records in the table.

...

CREATE TABLE OLE_DS_DELETED_BIB_T
(
ID NUMBER(19,0)
, DELETED_BIB_ID VARCHAR2(11)
, IS_BIB_DELETED VARCHAR2(1)
, DELETED_HOLDINGS_ID VARCHAR2(11)
, IS_HOLDINGS_DELETED VARCHAR2(1)
, DELETED_ITEM_ID VARCHAR2(11)
, IS_ITEM_DELETED VARCHAR2(1)
, DATE_UPDATED TIMESTAMP
, CONTENT CLOB
}


OLE-9068

Added new Parameter  "GOBI_API_USER" with value "gobiapi"

...

  1. OLE_Cataloging_Admin (OLE10058)
  2. Cataloger (OLE10085)
  3. Cataloging Super User (OLE10077)

Oracle : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/3.0.sql

...


Workflow xml change:

NIL

4. Jiras

...