mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-17 16:42:48 +01: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…
Reference in New Issue
Block a user