]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix case also when the table existed already 31903/head
authorJoas Schilling <coding@schilljs.com>
Fri, 8 Apr 2022 13:52:54 +0000 (15:52 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 8 Apr 2022 13:52:54 +0000 (15:52 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files_external/lib/Migration/Version1011Date20200630192246.php

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