mirror of
https://github.com/ellite/Wallos.git
synced 2025-12-23 23:18:07 -05:00
5 lines
158 B
PHP
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');
|