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 GitHub
parent 6ff58d30b4
commit 14d3b6f021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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, [