Skip to content

Commit

Permalink
oracle-4.4-all.sql: added missing columns from MID-7173 (upgrade is OK)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 24, 2022
1 parent 79c6865 commit e5bbf3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/sql/generic-old/oracle-4.5-all.sql
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,8 @@ CREATE TABLE m_task (
taskIdentifier VARCHAR2(255 CHAR),
threadStopAction NUMBER(10, 0),
waitingReason NUMBER(10, 0),
schedulingState NUMBER(10, 0),
autoScalingMode NUMBER(10, 0),
oid VARCHAR2(36 CHAR) NOT NULL,
PRIMARY KEY (oid)
) INITRANS 30;
Expand Down Expand Up @@ -627,6 +629,7 @@ CREATE TABLE m_node (
name_norm VARCHAR2(255 CHAR),
name_orig VARCHAR2(255 CHAR),
nodeIdentifier VARCHAR2(255 CHAR),
operationalState NUMBER(10, 0),
oid VARCHAR2(36 CHAR) NOT NULL,
PRIMARY KEY (oid)
) INITRANS 30;
Expand Down

0 comments on commit e5bbf3d

Please sign in to comment.