From ad32cc525c8ada919243c8fae26f137bbcdd2e46 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: 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 cfc68bae4..abacaa6fa 100644 --- a/lib/Migration/Version030201Date20201116123153.php +++ b/lib/Migration/Version030201Date20201116123153.php @@ -56,7 +56,7 @@ class Version030201Date20201116123153 extends SimpleMigrationStep { 'length' => 64, 'default' => '' ]); - $table->addColumn('base_version_etag', TYPE::STRING, [ + $table->addColumn('base_version_etag', Type::STRING, [ 'notnull' => false, 'length' => 64, 'default' => '' -- cgit v1.2.3