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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-04-08 15:58:03 +0300
committerMaxence Lange <maxence@artificial-owl.com>2022-04-08 15:58:03 +0300
commit5175bc46f20cd25397f9edb4cefebd061e85d06f (patch)
tree605688de51c8880ef98170c9a50c2c0c46de79d8
parent53c763fb1a2d420751146703b3c5241776dbae87 (diff)
convert message to text
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Migration/Version2000Date20201208130255.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Migration/Version2000Date20201208130255.php b/lib/Migration/Version2000Date20201208130255.php
index a36f9b5..01184dd 100644
--- a/lib/Migration/Version2000Date20201208130255.php
+++ b/lib/Migration/Version2000Date20201208130255.php
@@ -62,9 +62,8 @@ class Version2000Date20201208130255 extends SimpleMigrationStep {
'notnull' => true,
'length' => 1,
]);
- $table->addColumn('message', 'string', [
+ $table->addColumn('message', 'text', [
'notnull' => false,
- 'length' => 8000,
]);
$table->addColumn('indexed', 'bigint', [
'notnull' => false,