A Flyway script has been created for adding a new column max_version to the ioc_type table, and migrating the MAX(operation.version) , then removing the operation.version column.
max_version
ioc_type
MAX(operation.version)
operation.version
Closes CE-2310