3.0 Sprint 22
1. Sprint Release
- 3.0 - Sprint 22
- Release date – Apr 24, 2017
2. Tag Name: 3.0-Sprint-22
3. Deliverables
Database Changes: (Relevant only for upgrades)
In 3.0 Sprint 16, For JIRA
-
OLE-9100Getting issue details...
STATUS
, OLE_DS_DELETED_BIB_T table was created with Bib_id and Date_Updated column.
In 3.0 Sprint 21, FOR JIRA
-
OLE-9158Getting issue details...
STATUS
Using ALTER command, multiple columns and data types were added/modified which were causing problems due to the existing records in the table.
In 3.0 Sprint 22, To overcome the problems in OLE_DS_DELETED_BIB_T table,
OLE-9158
After taking backup of OLE_DS_DELETED_BIB_T
Please execute DROP TABLE OLE_DS_DELETED_BIB_T before running 3.0.sql.
Added the Create TABLE script in 3.0 Sprint 22 for the Table OLE_DS_DELETED_BIB_T
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"
Created new User for GOBIAPI with Principal name "gobi-api" and ENTITY_ID as "gobiapi"
Mapped the following roles to the "gobi-api" user :
OLE_Cataloging_Admin (OLE10058)
Cataloger (OLE10085)
Cataloging Super User (OLE10077)
Workflow xml change:
NIL
4. Jiras
Priorities – Trivial; Minor; Major; Critical; Blocker
Issue Types - Task; Sub Task Bug/Defect; Enhancement; Enhancement (PP)
Operated as a Community Resource by the Open Library Foundation