CE-2351: Create table for operation logs
- A new table has been created via a Flyway script to store operation logs.
- All on-the-fly generated logs have been migrated to that table.
- The operation log endpoint now fetches the database instead of a generated log.
- Log the steps of the IOC creation into the database.
Closes CE-2351