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

org.activiti.db.upgrade.activiti.mssql.upgradestep.53.to.54.engine.sql Maven / Gradle / Ivy

The newest version!
alter table ACT_RU_TASK 
add OWNER_ nvarchar(64);

alter table ACT_RU_TASK 
add DELEGATION_ nvarchar(64);

alter table ACT_RU_TASK 
add DUE_DATE_ datetime;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy