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>2018-08-21 18:57:31 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-21 18:57:31 +0300
commit26e0ffe1b6c8a370b1de05c5f39713f829a931b1 (patch)
tree94945b9bcc7115335a3e597b45ada6cc31ff56a3 /appinfo
parent6e77c8f86233c755e4a053d5c36c94ef585da332 (diff)
document can be string - #361
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 29f5e72..0dbd096 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -45,8 +45,8 @@
<field>
<name>document_id</name>
- <type>integer</type>
- <length>4</length>
+ <type>text</type>
+ <length>31</length>
<notnull>true</notnull>
</field>