Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/schema_migrations.yml')
-rw-r--r--db/docs/schema_migrations.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/db/docs/schema_migrations.yml b/db/docs/schema_migrations.yml
index f09cdb7bb53..a8df9b8a767 100644
--- a/db/docs/schema_migrations.yml
+++ b/db/docs/schema_migrations.yml
@@ -5,6 +5,7 @@ classes:
- Geo::TrackingBase::SchemaMigration
feature_categories:
- database
-description: TODO
-introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9af97ee69a36de1dc4e73f4030d6316d3f0a82c5
-milestone: '13.0'
+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'