Skip to content

Clean up integrations.type column

Alex Kalderimis requested to merge 333508-ajk-use-type-new-b into master

Part of &6177 (closed)

Addresses:

What does this MR do and why?

Now that the integrations.type column is no longer in use, the following schema elements can be removed:

  • the trigger and function keeping type in sync with type_new
  • the indices on the type column
  • the type column itself

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #333508 (closed)

Edited by Alex Kalderimis

Merge request reports