diff --git a/lib/Migration/Version030201Date20201116123153.php b/lib/Migration/Version030201Date20201116123153.php index cfc68bae42a..abacaa6fad2 100644 --- a/lib/Migration/Version030201Date20201116123153.php +++ b/lib/Migration/Version030201Date20201116123153.php @@ -56,7 +56,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt 'length' => 64, 'default' => '' ]); - $table->addColumn('base_version_etag', TYPE::STRING, [ + $table->addColumn('base_version_etag', Type::STRING, [ 'notnull' => false, 'length' => 64, 'default' => ''