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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version002401Date20210711195249.php')
-rw-r--r--lib/Migration/Version002401Date20210711195249.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Migration/Version002401Date20210711195249.php b/lib/Migration/Version002401Date20210711195249.php
index 9e8c7eb..47f446e 100644
--- a/lib/Migration/Version002401Date20210711195249.php
+++ b/lib/Migration/Version002401Date20210711195249.php
@@ -38,14 +38,14 @@ class Version002401Date20210711195249 extends SimpleMigrationStep {
'notnull' => true,
'length' => 191,
]);
- $table->addColumn('metadata', 'string', [
+ $table->addColumn('metadata', 'text', [
'notnull' => false,
'length' => 10000000,
]);
$table->addColumn('last_modification_file', 'integer', [
'notnull' => false,
]);
- $table->addColumn('low_case_text', 'string', [
+ $table->addColumn('low_case_text', 'text', [
'notnull' => false,
'length' => 10000000,
]);