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

org.flowable.db.upgrade.flowable.oracle.upgradestep.514.to.515.history.sql Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
alter table ACT_HI_TASKINST
    add CATEGORY_ NVARCHAR2(255);
    
drop index ACT_UNIQ_HI_BUS_KEY;    
    
alter table ACT_HI_VARINST
    add CREATE_TIME_ TIMESTAMP(6); 
    
alter table ACT_HI_VARINST
    add LAST_UPDATED_TIME_ TIMESTAMP(6);   
    
alter table ACT_HI_PROCINST
    add TENANT_ID_ NVARCHAR2(255) default ''; 
       
alter table ACT_HI_ACTINST
    add TENANT_ID_ NVARCHAR2(255) default ''; 
    
alter table ACT_HI_TASKINST
    add TENANT_ID_ NVARCHAR2(255) default '';    
    
alter table ACT_HI_ACTINST
    modify ASSIGNEE_ NVARCHAR2(255);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy