Skip to content

Commit 757f6a1

Browse files
lunnysilverwind
andauthored
Update models/migrations/migrations.go
Co-authored-by: silverwind <[email protected]>
1 parent 0120102 commit 757f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ var migrations = []Migration{
581581
// v295 -> v296
582582
NewMigration("Add commit status summary table", v1_23.AddCommitStatusSummary),
583583
// v296 -> v297
584-
NewMigration("Add missed field of commit status summary table", v1_23.AddCommitStatusSummary2),
584+
NewMigration("Add missing field of commit status summary table", v1_23.AddCommitStatusSummary2),
585585
}
586586

587587
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)