Skip to content

Commit

Permalink
bug/fix: form challenge models
Browse files Browse the repository at this point in the history
  • Loading branch information
masnann committed Dec 17, 2023
1 parent 88e4e97 commit a60e849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/database/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ func Migrate(db *gorm.DB) {
entities.ArticleModels{},
entities.OTPModels{},
entities.ChallengeModels{},
entities.ChallengeFormModels{},
entities.CarouselModels{},
entities.ReviewPhotoModels{},
entities.CartModels{},
entities.CartItemModels{},
entities.ChallengeFormModels{},
entities.OrderModels{},
entities.OrderDetailsModels{},
entities.VoucherClaimModels{},
Expand Down

0 comments on commit a60e849

Please sign in to comment.