mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for matomo migration
This commit is contained in:
parent
647f28ab02
commit
b3d3702df1
@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
class AddIndexToPaymentHash extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
@ -14,8 +14,8 @@ class AddIndexToPaymentHash extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('companies', function (Blueprint $table) {
|
||||
$table->varchar('matomo_url')->nullable();
|
||||
$table->string('matomo_url',191)->nullable();
|
||||
$table->bigInteger('matomo_id')->nullable();
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user