summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimm2k <timm2k@gmx.de>2022-09-15 07:58:32 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-09-15 12:08:54 +0000
commit9f6ad219013ab0663be2487785bd227e07c1dcdc (patch)
tree6a4358b7a7eb98bbe95420c03b9b4d61e3a43516
parent9f32f34b07ae5ab4ed67973eb936047e7eadd2d0 (diff)
downloadnextcloud-server-9f6ad219013ab0663be2487785bd227e07c1dcdc.tar.gz
nextcloud-server-9f6ad219013ab0663be2487785bd227e07c1dcdc.zip
Update Version24000Date20220404230027.php
Signed-off-by: timm2k <timm2k@gmx.de>
-rw-r--r--core/Migrations/Version24000Date20220404230027.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version24000Date20220404230027.php b/core/Migrations/Version24000Date20220404230027.php
index a650fcb7021..d53a43af959 100644
--- a/core/Migrations/Version24000Date20220404230027.php
+++ b/core/Migrations/Version24000Date20220404230027.php
@@ -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, [