We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0120102 commit 757f6a1Copy full SHA for 757f6a1
models/migrations/migrations.go
@@ -581,7 +581,7 @@ var migrations = []Migration{
581
// v295 -> v296
582
NewMigration("Add commit status summary table", v1_23.AddCommitStatusSummary),
583
// v296 -> v297
584
- NewMigration("Add missed field of commit status summary table", v1_23.AddCommitStatusSummary2),
+ NewMigration("Add missing field of commit status summary table", v1_23.AddCommitStatusSummary2),
585
}
586
587
// GetCurrentDBVersion returns the current db version
0 commit comments