Skip to content

Remove records with action=approvals from system_note_metadata

Jarka Košanová requested to merge 2192_remove_approvals_value into master

What does this MR do?

It removes the records with action = 'approvals' from system_note_metadata table.

Why was this MR needed?

We introduced system_note_metadata table in 9.1. We split approvals action into approved and unapproved after the deployment. That caused that we now have in the database incorrect values.

Right now the system behaves the same no matter if there is metadata record with approvals in action or no record at all. However we don't want to keep these old incorrect data in the database.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

closes #2192 (closed)

Merge request reports