Skip to content

CE-2310: Store max version number in the IOC type table

Domonkos Gulyas requested to merge CE-2310_Store-max-version-number-in-DB into develop

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.

Closes CE-2310

Merge request reports