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
path: root/lib
diff options
context:
space:
mode:
authorAlexandre R d'anzi <alexandre.roux.danzi@e.email>2022-06-08 21:05:52 +0300
committerAlexandre R d'anzi <alexandre.roux.danzi@e.email>2022-06-08 21:05:52 +0300
commit3d89f10d66ff460f163443e32d2ad5e8db2ace49 (patch)
tree074e54940bcdbc5ea8a5eeacc87ee9b63a25a662 /lib
parentb2120948d1cb96968d2afb4ae6f01390305cdbba (diff)
Diffstat (limited to 'lib')
-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,
]);