Details
Description
Running activiti.postgres.upgradestep.58.to.59.engine.sql faild in this:
update ACT_GE_BYTEARRAY set GENERATED_ = 0;
to fix change it to:
update ACT_GE_BYTEARRAY set GENERATED_ = '0';
Issue Links
- duplicates
-
ACT-1143
Activiti Update from 5.8 to 5.9 (using PostgreSQL)
-