Skip to content

Commit 78bb817

Browse files
Remove incorrect OWNER_ column for DB2
1 parent c2bad94 commit 78bb817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.db2.create.history.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ create table ACT_HI_ACTINST (
3636
CALL_PROC_INST_ID_ varchar(64),
3737
ACT_NAME_ varchar(255),
3838
ACT_TYPE_ varchar(255) not null,
39-
OWNER_ varchar(64),
4039
ASSIGNEE_ varchar(255),
4140
COMPLETED_BY_ varchar(255),
4241
START_TIME_ timestamp not null,

0 commit comments

Comments
 (0)