mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:54:30 -04:00
Fix for migration
This commit is contained in:
parent
10bad5dd9d
commit
92a26092b3
@ -29,6 +29,7 @@ class AddInvoiceSignature extends Migration
|
||||
$table->string('utm_content')->nullable();
|
||||
});
|
||||
|
||||
if (Utils::isNinja()) {
|
||||
Schema::table('payment_methods', function($table)
|
||||
{
|
||||
$table->unsignedInteger('account_gateway_token_id')->nullable()->change();
|
||||
@ -51,6 +52,7 @@ class AddInvoiceSignature extends Migration
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user