mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change length of webhook urls
This commit is contained in:
parent
6139c7b0ee
commit
b8c4d6668f
@ -16,6 +16,10 @@ return new class extends Migration
|
|||||||
Schema::table('tasks', function (Blueprint $table) {
|
Schema::table('tasks', function (Blueprint $table) {
|
||||||
$table->date('calculated_start_date')->nullable();
|
$table->date('calculated_start_date')->nullable();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Schema::table('webhooks', function (Blueprint $table){
|
||||||
|
$table->text('target_url')->change();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user