summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-24 09:09:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-24 09:09:43 +0000
commit028c7bdc315c3770f2ccc86f1100d90a5f702cad (patch)
treeee46807784d115a6bc4ffedbbd94588025e80b01 /db
parentd1727df7469dacdf782140d69e5cf3aa08d75ec9 (diff)
downloadgitlab-ce-028c7bdc315c3770f2ccc86f1100d90a5f702cad.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/docs/schema_migrations.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/db/docs/schema_migrations.yml b/db/docs/schema_migrations.yml
index f5b52bc4db2..3aba0ea1d1b 100644
--- a/db/docs/schema_migrations.yml
+++ b/db/docs/schema_migrations.yml
@@ -2,11 +2,12 @@
table_name: schema_migrations
classes:
- ActiveRecord::SchemaMigration
+- Embedding::SchemaMigration
- Geo::TrackingBase::SchemaMigration
feature_categories:
- database
-description: >-
- An internal table used by ActiveRecord to keep track of which migrations have been applied to the database.
+description: An internal table used by ActiveRecord to keep track of which migrations
+ have been applied to the database.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9ba1224867665844b117fa037e1465bb706b3685
milestone: '0.8'
gitlab_schema: gitlab_internal