mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #2130 from lastlink/patch-1
add missing rollback for 477 migration
This commit is contained in:
commit
95720673d2
@ -39,6 +39,10 @@ class ChangesForV477 extends Migration
|
||||
public function down(): void
|
||||
{
|
||||
//
|
||||
Schema::table('budget_limits', function (Blueprint $table) {
|
||||
$table->dropForeign('budget_limits_transaction_currency_id_foreign');
|
||||
$table->dropColumn(['transaction_currency_id']);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user