Chore: drop vertex_gitlab_docs db
What does this MR do and why?
The embeddings db no longer is in use, so we can delete the vertex embeddings db to make sure we solely use Google Vertex db
Changelog: removed EE: true
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.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Access the
gitlabhq_developemnt_embedding
database withgdk psql
- Drop the table with
bundle exec rake db:migrate:up:embedding VERSION=20240608215318
- Make sure the following
vertex_gitlab_docs
table no longer exists.
Explanation of DIFF
This migration drops the vertex_gitlab_docs
table. The table is no longer used and can be safely removed.
Edited by Nathan Weinshenker