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

schema_migrations.yml « docs « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8df9b8a76771d2927d99b1ea045c2293e10e82b (plain)
1
2
3
4
5
6
7
8
9
10
11
---
table_name: schema_migrations
classes:
- ActiveRecord::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.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9ba1224867665844b117fa037e1465bb706b3685
milestone: '0.8'