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

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

The 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