diff options
author | Luke Duncalfe <lduncalfe@eml.cc> | 2019-08-28 16:10:53 +1200 |
---|---|---|
committer | Luke Duncalfe <lduncalfe@eml.cc> | 2019-08-28 16:15:53 +1200 |
commit | 0df982628220e77108508a7007f0cd1233e92279 (patch) | |
tree | deda3f9f4671b69dbad1699bb313973cfda400e9 /doc/development/README.md | |
parent | 6308c0ab0f7f4001bb644071495811120b5be5e3 (diff) | |
download | gitlab-ce-docs-testing-migrations-guide.tar.gz |
Move spec/migrations/README.md to docsdocs-testing-migrations-guide
Moving all of this good information to our official docs.
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 3912a828dec..8a2a9663a8f 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -92,6 +92,7 @@ description: 'Learn how to contribute to GitLab.' - [What requires downtime?](what_requires_downtime.md) - [SQL guidelines](sql.md) for working with SQL queries - [Migrations style guide](migration_style_guide.md) for creating safe SQL migrations +- [Testing migrations guide](testing_migrations_guide.md) - [Post deployment migrations](post_deployment_migrations.md) - [Background migrations](background_migrations.md) - [Swapping tables](swapping_tables.md) |