Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Migration/Version030201Date20201116123153.php2
1 files changed, 1 insertions, 1 deletions
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' => ''