mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:04:30 -04:00
Fix migration down
This commit is contained in:
parent
86b6d9dc10
commit
b33c896beb
@ -43,9 +43,6 @@ class AddSourceCurrencyToExpenses extends Migration
|
|||||||
{
|
{
|
||||||
Schema::table('expenses', function($table) {
|
Schema::table('expenses', function($table) {
|
||||||
|
|
||||||
$table->dropColumn('expense_currency_id');
|
|
||||||
$table->renameColumn('invoice_currency_id', 'currency_id');
|
|
||||||
$table->renameColumn('invoice_amount', 'foreign_amount');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user