mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix case also when the table existed already
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1e02304b37
commit
b9949126ed
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