Fix case also when the table existed already

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-04-08 15:52:54 +02:00
parent 1e02304b37
commit b9949126ed
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

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