Skip to content

Remove redundant index

Pavel Shutsin requested to merge 31528-index-cleanup into master

What does this MR do?

Removes redundant index. Supreme index was introduced in !47069 (merged)

Explains: !47069 (merged)

Migration

== 20201106135608 RemoveRedundantPipelinesIndex: migrating ==================== -- transaction_open?() -> 0.0000s -- indexes(:ci_pipelines) -> 0.0722s -- remove_index(:ci_pipelines, {:algorithm=>:concurrently, :name=>:index_ci_pipelines_on_project_id_and_created_at}) -> 0.0525s == 20201106135608 RemoveRedundantPipelinesIndex: migrated (0.1267s) ===========

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

Related to #31528 (closed)

Edited by Adam Hegyi

Merge request reports