This is an automated email from the ASF dual-hosted git repository.

kumfo pushed a commit to branch feat/1.4.0/badge
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/feat/1.4.0/badge by this push:
     new ecbfd61b feat(badge): init badge update data
ecbfd61b is described below

commit ecbfd61bac6573fc4bd56515eb9e10adb11dd11d
Author: kumfo <[email protected]>
AuthorDate: Thu Aug 1 16:14:07 2024 +0800

    feat(badge): init badge update data
---
 internal/migrations/v22.go | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/internal/migrations/v22.go b/internal/migrations/v22.go
index d55a57d9..b0016671 100644
--- a/internal/migrations/v22.go
+++ b/internal/migrations/v22.go
@@ -180,7 +180,7 @@ var (
                        Description:  "badge.default_badges.good_answer.desc",
                        Status:       entity.BadgeStatusActive,
                        BadgeGroupId: 3,
-                       Level:        entity.BadgeLevelBronze,
+                       Level:        entity.BadgeLevelSilver,
                        Single:       entity.BadgeMultiAward,
                        Collect:      "",
                        Handler:      "",
@@ -195,7 +195,7 @@ var (
                        Description:  "badge.default_badges.great_answer.desc",
                        Status:       entity.BadgeStatusActive,
                        BadgeGroupId: 3,
-                       Level:        entity.BadgeLevelBronze,
+                       Level:        entity.BadgeLevelGold,
                        Single:       entity.BadgeMultiAward,
                        Collect:      "",
                        Handler:      "",
@@ -225,7 +225,7 @@ var (
                        Description:  "badge.default_badges.good_question.desc",
                        Status:       entity.BadgeStatusActive,
                        BadgeGroupId: 3,
-                       Level:        entity.BadgeLevelBronze,
+                       Level:        entity.BadgeLevelSilver,
                        Single:       entity.BadgeSingleAward,
                        Collect:      "",
                        Handler:      "",
@@ -240,7 +240,7 @@ var (
                        Description:  
"badge.default_badges.great_question.desc",
                        Status:       entity.BadgeStatusActive,
                        BadgeGroupId: 3,
-                       Level:        entity.BadgeLevelBronze,
+                       Level:        entity.BadgeLevelGold,
                        Single:       entity.BadgeMultiAward,
                        Collect:      "",
                        Handler:      "",

Reply via email to