Skip to content

Commit

Permalink
fixup! Use BIGINT for new table id field
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Aug 8, 2023
1 parent 3dc44dd commit 1d07a76
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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,
Expand Down

0 comments on commit 1d07a76

Please sign in to comment.