mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #31903 from nextcloud/bugfix/noid/fix-missing-else
Fix case also when the table existed already
This commit is contained in:
commit
3566589757
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class Version1011Date20200630192246 extends SimpleMigrationStep {
|
|||
$table = $schema->getTable('external_config');
|
||||
$table->changeColumn('value', [
|
||||
'notnull' => false,
|
||||
'length' => 4096,
|
||||
'length' => 4000,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue