Files
Wallos/migrations/000045.php
Miguel Ribeiro 8d43623da9 fix: improve date formatting with IntlDateFormatter fallback (b2c565f) (#1048)
fix: missing year for subscription next payment display (ca5823d)
2026-04-27 22:26:19 +02:00

4 lines
168 B
PHP

<?php
// This migration corrects the Japanese language code from 'jp' to 'ja' in the user table.
$db->exec("UPDATE user SET language = 'ja' WHERE language = 'jp'");