From 1d07a76ff4463ca284acfbd68cdeba33fee43b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 8 Aug 2023 11:03:17 +0200 Subject: [PATCH] fixup! Use BIGINT for new table id field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- apps/user_ldap/lib/Migration/Version1190Date20230706134108.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php b/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php index 80a5dfcbf1a49..3f554f56e6436 100644 --- a/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php +++ b/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php @@ -51,7 +51,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt $table->addColumn('id', Types::BIGINT, [ 'autoincrement' => true, 'notnull' => true, - 'length' => 4, ]); $table->addColumn('groupid', Types::STRING, [ 'notnull' => true,