From f4726e9f5029931fc74aee9d5eff93d6a762dcff Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 4 Feb 2021 21:09:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/testing_guide/testing_migrations_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/testing_guide/testing_migrations_guide.md') diff --git a/doc/development/testing_guide/testing_migrations_guide.md b/doc/development/testing_guide/testing_migrations_guide.md index 31054d0ffb2..d54ca0d3c64 100644 --- a/doc/development/testing_guide/testing_migrations_guide.md +++ b/doc/development/testing_guide/testing_migrations_guide.md @@ -32,7 +32,7 @@ migrate the database **down** to the previous migration version. With this approach you can test a migration against a database schema. -An `after` hook migrates the database **up** and reinstitutes the latest +An `after` hook migrates the database **up** and restores the latest schema version, so that the process does not affect subsequent specs and ensures proper isolation. -- cgit v1.2.1