Skip to content

Commit f7731bc

Browse files
authored
Release/1.4.2 (#1200)
1 parent 6ae1890 commit f7731bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/migrations/migrations.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var migrations = []Migration{
9999
NewMigration("v1.3.6", "add hot score to question table", addQuestionHotScore, true),
100100
NewMigration("v1.4.0", "add badge/badge_group/badge_award table", addBadges, true),
101101
NewMigration("v1.4.1", "add question link", addQuestionLink, true),
102-
NewMigration("v1.4.2", "add the number of question links", addQuestionLinkedCount, false),
102+
NewMigration("v1.4.2", "add the number of question links", addQuestionLinkedCount, true),
103103
}
104104

105105
func GetMigrations() []Migration {

0 commit comments

Comments
 (0)