From a59e428ccd36348c0a0acff3c3f330b61bffbe1d Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Mon, 12 Aug 2024 19:18:03 +0200 Subject: [PATCH] fix #7 --- lib/Migration/Version001Date20240710115500.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Migration/Version001Date20240710115500.php b/lib/Migration/Version001Date20240710115500.php index 9c2d763..59c6cf7 100644 --- a/lib/Migration/Version001Date20240710115500.php +++ b/lib/Migration/Version001Date20240710115500.php @@ -53,7 +53,7 @@ class Version001Date20240710115500 extends SimpleMigrationStep { ]); $table->addColumn('push_resource', Types::STRING, [ 'notnull' => true, - 'length' => 300, + 'length' => 3000, ]); $table->setPrimaryKey(['subscription_id']);