-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.2.0-alpha5
-
None
For h2 database column ACT_RU_AUTHORIZATION.RESOURCE_TYPE_ is created as varchar(255) not null.
But it should be of type integer as it is for all other databases and expected in engine/src/main/resources/org/camunda/bpm/engine/impl/mapping/entity/Authorization.xml.
The upgrade script h2_engine_6.2_to_7.0.sql is correct.