diff --git a/lib/Migration/Version1003Date202311061844.php b/lib/Migration/Version1003Date202311061844.php index 0c7f72df..f046fb70 100644 --- a/lib/Migration/Version1003Date202311061844.php +++ b/lib/Migration/Version1003Date202311061844.php @@ -102,7 +102,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt ]); $table->addColumn('path', Types::STRING, [ 'notnull' => true, - 'length' => 256 * 3, + 'length' => 256 * 2, ]); $table->addColumn('after_app_id', Types::STRING, [ 'notnull' => false, @@ -130,7 +130,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt ]); $table->addColumn('path', Types::STRING, [ 'notnull' => true, - 'length' => 256 * 3, + 'length' => 256 * 2, ]); $table->setPrimaryKey(['id']);