mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 15:14:06 -06:00
These are changes to budget limit. FF must work with them.
This commit is contained in:
parent
a54a886bf0
commit
c756b80962
@ -44,6 +44,8 @@ class ChangesForV431 extends Migration
|
||||
'budget_limits', function (Blueprint $table) {
|
||||
$table->renameColumn('startdate', 'start_date');
|
||||
$table->date('end_date');
|
||||
$table->dropColumn('repeat_freq');
|
||||
$table->dropColumn('repeats');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user