Skip to content

Removes unused custom email columns in service_desk_settings

What does this MR do and why?

Removes unused custom email columns in service_desk_settings

The columns have been moved to service_desk_custom_email_credentials

The columns have been introduced in !108017 (merged) and the columns have been moved to service_desk_custom_email_credentials in !114917 (merged). This MR also introduced the ignore_colums method in app/models/service_desk_setting.rb:9.

  ignore_columns %i[
    custom_email_smtp_address
    custom_email_smtp_port
    custom_email_smtp_username
    encrypted_custom_email_smtp_password
    encrypted_custom_email_smtp_password_iv
  ], remove_with: '16.1', remove_after: '2023-05-22'

Changelog: changed

Contributes to &11175

Screenshots or screen recordings

🚫 database only

How to set up and validate locally

🚫 database only

MR acceptance checklist

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

Edited by Marc Saleiko

Merge request reports