Drop temporary_storage_increase_ends_on column

What does this MR do and why?

The MR will drop the temporary_storage_increase_ends_on column from namespace_limits table, following the process documented in Dropping columns.

The column hasn't been used ever, but it was part of public GraphQL endpoint.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  • Checkout the branch locally
  • Run the migration (bin/rails db:migrate)
  • Ensure the column is dropped from the table

Related to #385720 (closed)

Edited by Ammar Alakkad

Merge request reports

Loading