Skip to content

Commit 1d07a76

Browse files
committed
fixup! Use BIGINT for new table id field
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 3dc44dd commit 1d07a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/user_ldap/lib/Migration/Version1190Date20230706134108.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
5151
$table->addColumn('id', Types::BIGINT, [
5252
'autoincrement' => true,
5353
'notnull' => true,
54-
'length' => 4,
5554
]);
5655
$table->addColumn('groupid', Types::STRING, [
5756
'notnull' => true,

0 commit comments

Comments
 (0)