Browse Source

Fix case also when the table existed already

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/31903/head
Joas Schilling 4 years ago
parent
commit
b9949126ed
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      apps/files_external/lib/Migration/Version1011Date20200630192246.php

2
apps/files_external/lib/Migration/Version1011Date20200630192246.php

@ -124,7 +124,7 @@ class Version1011Date20200630192246 extends SimpleMigrationStep {
$table = $schema->getTable('external_config');
$table->changeColumn('value', [
'notnull' => false,
'length' => 4096,
'length' => 4000,
]);
}

Loading…
Cancel
Save