diff --git a/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.db2.create.history.sql b/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.db2.create.history.sql index 95557c76dc7..de2b8091bbd 100644 --- a/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.db2.create.history.sql +++ b/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.db2.create.history.sql @@ -36,7 +36,6 @@ create table ACT_HI_ACTINST ( CALL_PROC_INST_ID_ varchar(64), ACT_NAME_ varchar(255), ACT_TYPE_ varchar(255) not null, - OWNER_ varchar(64), ASSIGNEE_ varchar(255), COMPLETED_BY_ varchar(255), START_TIME_ timestamp not null,