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

org.flowable.idm.db.upgrade.flowable.h2.upgradestep.6210.to.6300.identity.sql Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
alter table ACT_ID_USER add TENANT_ID_ varchar(255) default '';

alter table ACT_ID_PRIV alter column NAME_ set not null;
alter table ACT_ID_PRIV add constraint ACT_UNIQ_PRIV_NAME unique (NAME_);

update ACT_ID_PROPERTY set VALUE_ = '6.3.0.0' where NAME_ = 'schema.version';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy