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