Skip to content

Commit

Permalink
Remove ACT_HI_ENTITYLINK HIERARCHY_TYPE_ from Oracle 6.4.0.0 to 6.4.1.0
Browse files Browse the repository at this point in the history
The HIERARCHY_TYPE_ was added in the 6.4.1.0 to 6.4.1.1 upgrade
  • Loading branch information
filiphr committed Aug 25, 2024
1 parent e9977ef commit 4b036b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ create table ACT_HI_ENTITYLINK (
REF_SCOPE_ID_ NVARCHAR2(255),
REF_SCOPE_TYPE_ NVARCHAR2(255),
REF_SCOPE_DEFINITION_ID_ NVARCHAR2(255),
HIERARCHY_TYPE_ NVARCHAR2(255),
primary key (ID_)
);

Expand Down

0 comments on commit 4b036b3

Please sign in to comment.