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-06 14:36:14 +0300
committerMaxence Lange <maxence@artificial-owl.com>2019-03-06 14:36:14 +0300
commita7e9d9066694dc0454d4ca6c485ca393c7f44d2f (patch)
treefa0137e0771a18e54382645aec2149dbd6e11d34 /appinfo
parent6cde0746a90f6df87461a123e01f7683a6f86199 (diff)
1.3.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml4
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 0dbd096..3146e8c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -46,7 +46,7 @@
<field>
<name>document_id</name>
<type>text</type>
- <length>31</length>
+ <length>127</length>
<notnull>true</notnull>
</field>
@@ -167,4 +167,4 @@
</declaration>
</table>
-</database> \ No newline at end of file
+</database>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9553536..022e619 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Core App of the full-text search framework for your Nextcloud.
]]>
</description>
- <version>1.2.3</version>
+ <version>1.3.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>