mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Update Version24000Date20220404230027.php
Signed-off-by: timm2k <timm2k@gmx.de>
This commit is contained in:
parent
9f32f34b07
commit
9f6ad21901
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue