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>2019-03-13 14:34:30 +0300
committerMaxence Lange <maxence@artificial-owl.com>2019-03-13 14:34:30 +0300
commit001d83024c66b8c00ed2c2c29022ccaaf7cbe07f (patch)
treee3cced6e6286b450a830a6e0ef00b3751fbac5e1 /appinfo
parent35f26a28d7bad7ed4b936181247280eafa6611a7 (diff)
document_id is now 255 lengthv1.3.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 3146e8c..b787ad7 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -46,7 +46,7 @@
<field>
<name>document_id</name>
<type>text</type>
- <length>127</length>
+ <length>254</length>
<notnull>true</notnull>
</field>