From ae7448254729520a83fedf2d23e75add3500b0e6 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:06:05 +0100 Subject: [PATCH] Add missing word in readme (#1177) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8437c211..69bbb5bf5 100644 --- a/README.md +++ b/README.md @@ -737,7 +737,7 @@ GoodJob follows semantic versioning, though updates may be encouraged through de Upgrading between minor versions (e.g. v1.4 to v1.5) should not introduce breaking changes, but can introduce new deprecation warnings and database migration warnings. -Database migrations introduced in minor releases are _not required_ to be applied until the next major release. If you would like apply newly introduced migrations immediately, assert `GoodJob.migrated?` in your application's test suite. +Database migrations introduced in minor releases are _not required_ to be applied until the next major release. If you would like to apply newly introduced migrations immediately, assert `GoodJob.migrated?` in your application's test suite. To perform upgrades to the GoodJob database tables: