diff --git a/apps/webhooks/lib/Migration/Version1000Date20240527153425.php b/apps/webhooks/lib/Migration/Version1000Date20240527153425.php index 7c6f66314e4..a54702de6c0 100755 --- a/apps/webhooks/lib/Migration/Version1000Date20240527153425.php +++ b/apps/webhooks/lib/Migration/Version1000Date20240527153425.php @@ -45,7 +45,7 @@ class Version1000Date20240527153425 extends SimpleMigrationStep { ]); $table->addColumn('uri', Types::STRING, [ 'notnull' => true, - 'length' => 4096, + 'length' => 4000, ]); $table->addColumn('event', Types::TEXT, [ 'notnull' => true,