Skip to content

Commit

Permalink
Migrate deleted too.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Feb 2, 2022
1 parent 6a1504c commit 7b44743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/2022_01_24_101405_timezones.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function up()

# Set up the new timestamps. Currently event_start/time/end are all implicitly localised to the timezone
# of the group.
$events = Party::all();
$events = Party::withTrashed();

foreach ($events as $event) {
$tz = $event->timezone;
Expand Down

0 comments on commit 7b44743

Please sign in to comment.