mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #8050 from turbo124/v5-develop
Set nullable properties to matomo properties
This commit is contained in:
commit
91830dcd9f
@ -14,8 +14,8 @@ class AddIndexToPaymentHash extends Migration
|
|||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('companies', function (Blueprint $table) {
|
Schema::table('companies', function (Blueprint $table) {
|
||||||
$table->varchar('matomo_url');
|
$table->varchar('matomo_url')->nullable();
|
||||||
$table->bigInteger('matomo_id');
|
$table->bigInteger('matomo_id')->nullable();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user