mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
No changes to budget limit for now.
This commit is contained in:
@@ -22,11 +22,6 @@ class ChangesForV431 extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table(
|
|
||||||
'budget_limits', function (Blueprint $table) {
|
|
||||||
$table->renameColumn('start_date', 'startdate');
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user