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
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|
]); |
|
|
|
} |
|
|
|
|
|
|
|
|