Files
Wallos/migrations/000035.php
2025-03-06 17:17:06 +01:00

5 lines
158 B
PHP

<?php
// This migration clears the total_yearly_cost table as the calculation up to this point was incorrect
$db->exec('DELETE FROM total_yearly_cost');