Skip to content

Commit

Permalink
Release/1.4.2 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars authored Dec 9, 2024
1 parent 6ae1890 commit f7731bc
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 f7731bc

Please sign in to comment.