diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 7cfcfc4bffdad..73b9d63db74ba 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -592,7 +592,7 @@ var migrations = []Migration{ // v299 -> v300 NewMigration("Add content version to issue and comment table", v1_23.AddContentVersionToIssueAndComment), // v300 -> v301 - NewMigration("Chnage original_author_id of issue, comments, release, reaction and review table to accomodate OAuth2 UserId", v1_23.ConvertAuthorIDToNumeric), + NewMigration("Chnage original_author_id of issue, comments, release, reaction and review table to numeric", v1_23.ConvertAuthorIDToNumeric), } // GetCurrentDBVersion returns the current db version