summaryrefslogtreecommitdiff
path: root/db/docs/schema_migrations.yml
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/schema_migrations.yml')
-rw-r--r--db/docs/schema_migrations.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/db/docs/schema_migrations.yml b/db/docs/schema_migrations.yml
new file mode 100644
index 00000000000..f09cdb7bb53
--- /dev/null
+++ b/db/docs/schema_migrations.yml
@@ -0,0 +1,10 @@
+---
+table_name: schema_migrations
+classes:
+- ActiveRecord::SchemaMigration
+- Geo::TrackingBase::SchemaMigration
+feature_categories:
+- database
+description: TODO
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9af97ee69a36de1dc4e73f4030d6316d3f0a82c5
+milestone: '13.0'