Skip to content

Stop checking migration version in project factory

Peter Leitzen requested to merge pl-speed-spec-factories-project into master

What does this MR do?

Since we've truncated the migrations after 2018-12-28 (see db/migrate/20181228175414_init_schema.rb) we can safely remove this check which reduces the query count for a project factory by 1.

Related to &3752

Also contributes to https://gitlab.com/gitlab-org/plan/-/issues/145.

Queries saved: 55463 overall. See !40098 (comment 400412711)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports