Fix migration down
This commit is contained in:
parent
86b6d9dc10
commit
b33c896beb
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ class AddSourceCurrencyToExpenses extends Migration
|
|||
{
|
||||
Schema::table('expenses', function($table) {
|
||||
|
||||
$table->dropColumn('expense_currency_id');
|
||||
$table->renameColumn('invoice_currency_id', 'currency_id');
|
||||
$table->renameColumn('invoice_amount', 'foreign_amount');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue