mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update Version24000Date20220404230027.php
Signed-off-by: timm2k <timm2k@gmx.de>
This commit is contained in:
parent
6ff58d30b4
commit
14d3b6f021
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