diff --git a/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php b/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php index 5ccaa8f6d644..06a3dd87111c 100644 --- a/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php +++ b/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php @@ -1,6 +1,7 @@ update(['markdown_email_enabled' => true]); }); + $chf = Currency::find(17); + $chf->symbol = 'CHF'; + $chf->save(); } /**