All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.flowable.db.upgrade.flowable.postgres.upgradestep.54.to.55.history.sql Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
alter table ACT_HI_COMMENT 
add TYPE_ varchar(255);

alter table ACT_HI_COMMENT 
add ACTION_ varchar(255);

alter table ACT_HI_COMMENT 
add FULL_MSG_ bytea;

alter table ACT_HI_TASKINST 
add OWNER_ varchar(64);

alter table ACT_HI_TASKINST 
add PARENT_TASK_ID_ varchar(64);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy