]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update Version24000Date20220404230027.php 34090/head
authortimm2k <timm2k@gmx.de>
Thu, 15 Sep 2022 05:58:32 +0000 (07:58 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Thu, 15 Sep 2022 12:08:54 +0000 (12:08 +0000)
Signed-off-by: timm2k <timm2k@gmx.de>
core/Migrations/Version24000Date20220404230027.php

index a650fcb70218eb2fea6da30c098da3dc2691bc22..d53a43af9592aa806ff6b9b252de57c58660842e 100644 (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, [