Skip to content

Commit 0a7bce1

Browse files
committed
update desc
1 parent d2eedbf commit 0a7bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ var migrations = []Migration{
592592
// v299 -> v300
593593
NewMigration("Add content version to issue and comment table", v1_23.AddContentVersionToIssueAndComment),
594594
// v300 -> v301
595-
NewMigration("Chnage original_author_id of issue, comments, release, reaction and review table to accomodate OAuth2 UserId", v1_23.ConvertAuthorIDToNumeric),
595+
NewMigration("Chnage original_author_id of issue, comments, release, reaction and review table to numeric", v1_23.ConvertAuthorIDToNumeric),
596596
}
597597

598598
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)