Remove duplicated index from board_project_recent_visits
## What does this MR do and why? Remove duplicated index from `board_project_recent_visits` table. ### It removes: Drop `index_board_project_recent_visits_on_user_id` as it's already covered by: | Index | Columns | | ----- | ------ | | `index_board_project_recent_visits_on_user_project_and_board` | `user_id asc`, `project_id asc`, `board_id asc` | It is possible that this MR will still need some changes to drop the index from the database. Currently, the `gitlab-housekeeper` is not always capable of removing all references, so you must check the diff and pipeline failures to confirm if there are any issues. Ensure that the index exists in the production database by checking Joe Bot trough https://console.postgres.ai/gitlab. If the index was already removed or if the index it's being removed in another merge request, consider closing this merge request. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::RemoveDuplicatedIndexes keep. To provide feedback on your experience with `gitlab-housekeeper` please comment in <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>. Changelog: other
显示
- db/post_migrate/20240528222357_drop_index_board_project_recent_visits_on_user_id.rb 19 个添加, 0 个删除...2357_drop_index_board_project_recent_visits_on_user_id.rb
- db/schema_migrations/20240528222357 1 个添加, 0 个删除db/schema_migrations/20240528222357
- db/structure.sql 0 个添加, 2 个删除db/structure.sql
- spec/support/helpers/database/duplicate_indexes.yml 50 个添加, 54 个删除spec/support/helpers/database/duplicate_indexes.yml
加载中
想要评论请 注册 或 登录