mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for index
This commit is contained in:
parent
f739976de2
commit
280bf559b4
@ -21,7 +21,7 @@ class AddSourceCurrencyToExpenses extends Migration
|
||||
$table->renameColumn('currency_id', 'invoice_currency_id');
|
||||
}
|
||||
|
||||
$table->unsignedInteger('expense_currency_id')->nullable();
|
||||
$table->unsignedInteger('expense_currency_id')->nullable()->index();
|
||||
});
|
||||
|
||||
Schema::table('expenses', function (Blueprint $table) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user