We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031b8ee commit 5a9264fCopy full SHA for 5a9264f
1 file changed
migrate.go
@@ -35,7 +35,7 @@ type MigrationSet struct {
35
// IgnoreUnknown skips the check to see if there is a migration
36
// ran in the database that is not in MigrationSource.
37
//
38
- // This should be used sparingly as it is removing a saftey check.
+ // This should be used sparingly as it is removing a safety check.
39
IgnoreUnknown bool
40
}
41
0 commit comments