We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9264f commit 03a1114Copy full SHA for 03a1114
1 file changed
migrate.go
@@ -109,7 +109,7 @@ func SetSchema(name string) {
109
// SetIgnoreUnknown sets the flag that skips database check to see if there is a
110
// migration in the database that is not in migration source.
111
//
112
-// This should be used sparingly as it is removing a saftey check.
+// This should be used sparingly as it is removing a safety check.
113
func SetIgnoreUnknown(v bool) {
114
migSet.IgnoreUnknown = v
115
}
0 commit comments