Update Version24000Date20220404230027.php

Signed-off-by: timm2k <timm2k@gmx.de>
This commit is contained in:
timm2k 2022-09-15 07:58:32 +02:00 committed by backportbot-nextcloud[bot]
parent 9f32f34b07
commit 9f6ad21901

View file

@ -45,7 +45,7 @@ class Version24000Date20220404230027 extends SimpleMigrationStep {
if (!$schema->hasTable('file_metadata')) {
$table = $schema->createTable('file_metadata');
$table->addColumn('id', Types::INTEGER, [
$table->addColumn('id', Types::BIGINT, [
'notnull' => true,
]);
$table->addColumn('group_name', Types::STRING, [