Skip to content

Commit

Permalink
Merge pull request #8004 from fjordllc/feature/change-some-fixtures-d…
Browse files Browse the repository at this point in the history
…ata-in-change-events-order-in-events-notifications-into-chronological-order

db/fixtures/regular_events.yml内にあるDiscord通知確認用データの開始・終了時間を変更した
  • Loading branch information
komagata authored Aug 11, 2024
2 parents 668d863 + bd207d2 commit a196223
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions db/fixtures/regular_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ regular_event27:
description: Discord通知確認用イベント(土曜日開催)
finished: false
hold_national_holiday: true
start_at: <%= Time.zone.local(2020, 1, 1, 21, 0, 0) %>
end_at: <%= Time.zone.local(2020, 1, 1, 22, 0, 0) %>
start_at: <%= Time.zone.local(2020, 1, 1, 10, 0, 0) %>
end_at: <%= Time.zone.local(2020, 1, 1, 11, 0, 0) %>
user: komagata
published_at: "2023-08-01 00:00:00"

Expand All @@ -110,8 +110,8 @@ regular_event28:
description: Discord通知確認用イベント(土曜日 + 日曜日開催)
finished: false
hold_national_holiday: true
start_at: <%= Time.zone.local(2020, 1, 1, 21, 0, 0) %>
end_at: <%= Time.zone.local(2020, 1, 1, 22, 0, 0) %>
start_at: <%= Time.zone.local(2020, 1, 1, 9, 0, 0) %>
end_at: <%= Time.zone.local(2020, 1, 1, 10, 0, 0) %>
user: komagata
published_at: "2023-08-01 00:00:00"

Expand All @@ -130,7 +130,7 @@ regular_event30:
description: Discord通知確認用、祝日非開催イベント(金曜日 + 土曜日開催)
finished: false
hold_national_holiday: false
start_at: <%= Time.zone.local(2020, 1, 1, 21, 0, 0) %>
end_at: <%= Time.zone.local(2020, 1, 1, 22, 0, 0) %>
start_at: <%= Time.zone.local(2020, 1, 1, 11, 0, 0) %>
end_at: <%= Time.zone.local(2020, 1, 1, 12, 0, 0) %>
user: komagata
published_at: "2023-08-01 00:00:00"

0 comments on commit a196223

Please sign in to comment.