Skip to content

Draft: Squash database migrations up to 16-6-stable-ee

Kev Kloss requested to merge kkloss-squash-db-migrations-up-to-16-6-stbl into master

What does this MR do and why?

This MR removes database migrations up to 16-5-stable-ee and squashes them into db/init_structure.sql. This also removes associated specs and rubocop todos.

The changes were mainly created by running bundle exec rake "gitlab:db:squash[origin/16-5-stable-ee]".

Related to gitlab-org/quality/engineering-productivity/team#564

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

  1. Cherry-pick changes from !169176
  2. Run bundle exec rake "gitlab:db:squash[origin/16-5-stable-ee]"
  3. See that there are no changes

Merge request reports

Loading