From ac2e356182707bc59a10ccae2bc422c9ba9aca7e Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Mon, 16 Nov 2020 20:09:24 +0100 Subject: [PATCH] Fix typo of class name --- lib/Migration/Version030201Date20201116123153.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => ''