Skip to content

Commit

Permalink
Release/1.4.2 (apache#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars authored and sy-records committed Dec 30, 2024
1 parent 79454f3 commit 4f3db7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var migrations = []Migration{
NewMigration("v1.3.6", "add hot score to question table", addQuestionHotScore, true),
NewMigration("v1.4.0", "add badge/badge_group/badge_award table", addBadges, true),
NewMigration("v1.4.1", "add question link", addQuestionLink, true),
NewMigration("v1.4.2", "add the number of question links", addQuestionLinkedCount, false),
NewMigration("v1.4.2", "add the number of question links", addQuestionLinkedCount, true),
}

func GetMigrations() []Migration {
Expand Down

0 comments on commit 4f3db7e

Please sign in to comment.