]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(webhooks): Fix migration uri length
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 10 Jun 2024 15:07:07 +0000 (17:07 +0200)
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>
Tue, 11 Jun 2024 12:10:29 +0000 (14:10 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/webhooks/lib/Migration/Version1000Date20240527153425.php

index 7c6f66314e4685a24e7b585d737c6bf557602c79..a54702de6c061d2bd82808960400e8f8cfd2496e 100755 (executable)
@@ -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,