From 1914bc5066a384057f597b6fc8fae9f565676db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Fri, 10 Sep 2021 15:06:10 +0000 Subject: [PATCH] Update path length from 191 to 300 --- lib/Migration/Version002401Date20210711195249.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Migration/Version002401Date20210711195249.php b/lib/Migration/Version002401Date20210711195249.php index 9e8c7eb..e991ebd 100644 --- a/lib/Migration/Version002401Date20210711195249.php +++ b/lib/Migration/Version002401Date20210711195249.php @@ -36,7 +36,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt $table = $schema->createTable('carnet_metadata'); $table->addColumn('path', 'string', [ 'notnull' => true, - 'length' => 191, + 'length' => 300, ]); $table->addColumn('metadata', 'string', [ 'notnull' => false,