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

org.flowable.db.upgrade.flowable.db2.upgradestep.5151.to.516.history.sql Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
alter table ACT_HI_PROCINST
	add NAME_ varchar(255);
	
Call Sysproc.admin_cmd ('REORG TABLE ACT_HI_PROCINST');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy