Skip to content

Commit

Permalink
chore: extend deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
HyggeHalcyon committed May 16, 2024
1 parent a371995 commit cb7e313
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 @@ -58,7 +58,7 @@ func EventSeeder(db *gorm.DB) error {
WithKit: &False,
Capacity: constants.MainEventNormalNoMerchCapacity,
Registers: 0,
StartDate: time.Date(2024, time.May, 16, 15, 0, 0, 0, time.Now().UTC().Location()),
StartDate: time.Date(2024, time.May, 16, 19, 0, 0, 0, time.Now().UTC().Location()),
EndDate: time.Date(2024, time.May, 24, 12, 0, 0, 0, time.Now().UTC().Location()),
}, entity.Event{
ID: uuid.MustParse(constants.MainEventEarlyBirdWithMerchID),
Expand Down Expand Up @@ -94,7 +94,7 @@ func EventSeeder(db *gorm.DB) error {
WithKit: &False,
Capacity: 999,
Registers: 0,
StartDate: time.Date(2024, time.May, 19, 15, 0, 0, 0, time.Now().UTC().Location()),
StartDate: time.Date(2024, time.May, 19, 19, 0, 0, 0, time.Now().UTC().Location()),
EndDate: time.Date(2024, time.May, 24, 12, 0, 0, 0, time.Now().UTC().Location()),
},
)
Expand Down

0 comments on commit cb7e313

Please sign in to comment.