mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 11:17:27 -06:00
add missing rollback for 477 migration
This commit is contained in:
parent
491903778a
commit
963be4a4fa
@ -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