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

db.upgrade-scripts.oracle.bpms-6.4-to-7.0.sql Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
alter table RequestInfo add column priority number(10,0);
alter table ProcessInstanceLog add processType number(10,0);

update ProcessInstanceLog set processType = 1;
update RequestInfo set priority = 5;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy