Update Version24000Date20220404230027.php

Signed-off-by: timm2k <timm2k@gmx.de>
pull/34067/head
timm2k 2 years ago committed by GitHub
parent 6ff58d30b4
commit 14d3b6f021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save