Skip to content

Commit

Permalink
Add missing word in readme (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 12, 2023
1 parent 1e8954f commit ae74482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ae74482

Please sign in to comment.