1. Sprint Release
...
Database Changes: (Relevant only for upgrades)
In 3.0 Sprint 16, For JIRA
, OLE_DS_DELETED_BIB_T table was created with Bib_id and Date_Updated column. Jira Legacy server JIRA (openlibraryenvironment.atlassian.net) serverId a6f93653-ee50-3e81-88ad-29eb84ada35c key OLE-9100
In 3.0 Sprint 21, FOR JIRA
Using ALTER command, multiple columns and data types were added/modified which were causing problems due to the existing records in the table. Jira Legacy server JIRA (openlibraryenvironment.atlassian.net) columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId a6f93653-ee50-3e81-88ad-29eb84ada35c key OLE-9158
...
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"
...