Skip to content

Commit

Permalink
Fix typo in atlas integration docs (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
RKochenderfer authored Aug 29, 2024
1 parent 219eab0 commit 93cd19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ GORM creates constraints when auto migrating or creating table, see [Constraints

[Atlas](https://atlasgo.io) is an open-source database migration tool that has an official integration with GORM.

While GORM's `AutoMigrate` feature works in most cases, at some point you many need to switch to a [versioned migrations](https://atlasgo.io/concepts/declarative-vs-versioned#versioned-migrations) strategy.
While GORM's `AutoMigrate` feature works in most cases, at some point you may need to switch to a [versioned migrations](https://atlasgo.io/concepts/declarative-vs-versioned#versioned-migrations) strategy.

Once this happens, the responsibility for planning migration scripts and making sure they are in line with what GORM expects at runtime is moved to developers.

Expand Down

0 comments on commit 93cd19c

Please sign in to comment.