Skip to content

Commit

Permalink
chore: adjust price
Browse files Browse the repository at this point in the history
  • Loading branch information
HyggeHalcyon committed May 16, 2024
1 parent a01a02a commit a371995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/seeder/seeders/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func EventSeeder(db *gorm.DB) error {
}, entity.Event{
ID: uuid.MustParse(constants.MainEventNormalNoMerchID),
Name: constants.MainEventNormalNoMerch,
Price: 160000,
Price: 135000,
WithKit: &False,
Capacity: constants.MainEventNormalNoMerchCapacity,
Registers: 0,
Expand All @@ -81,7 +81,7 @@ func EventSeeder(db *gorm.DB) error {
}, entity.Event{
ID: uuid.MustParse(constants.MainEventNormalWithMerchID),
Name: constants.MainEventNormalWithMerch,
Price: 175000,
Price: 155000,
WithKit: &True,
Capacity: constants.MainEventNormalWithMerchCapacity,
Registers: 0,
Expand Down

0 comments on commit a371995

Please sign in to comment.