Skip to content

CE-2718: Modify audit log table store Operation related information

Domonkos Gulyas requested to merge CE-2718_modify-audit-log into develop

Two new columns have been introduced in the log table: instance_name (which is the full name of the generated instance, e3-ioc-...) and operation_id (foreign key to operation), and the instance_id (foreign key to ioc_instance) has been deleted.

The code has been changed accordingly.

Closes CE-2718

Merge request reports