diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-20 10:00:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-20 10:00:54 +0000 |
commit | 3cccd102ba543e02725d247893729e5c73b38295 (patch) | |
tree | f36a04ec38517f5deaaacb5acc7d949688d1e187 /db/docs/schema_migrations.yml | |
parent | 205943281328046ef7b4528031b90fbda70c75ac (diff) | |
download | gitlab-ce-3cccd102ba543e02725d247893729e5c73b38295.tar.gz |
Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42
Diffstat (limited to 'db/docs/schema_migrations.yml')
-rw-r--r-- | db/docs/schema_migrations.yml | 10 |
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' |