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
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2020-09-17 23:57:44 +0300
committerPhie <phie@phie.ovh>2020-09-17 23:57:44 +0300
commit519ab28c3f1adc0b9ac803fa837110f9d173e979 (patch)
treedeae62aca14e575a7fd71ca10deac97b520bf7ae /appinfo
parentfff7a76818ce6b990ae088ead349d7a2af715d39 (diff)
index low case text for faster search
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index f78acf7..03f676b 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -30,7 +30,11 @@
<name>last_modification_file</name>
<type>integer</type>
</field>
-
+ <field>
+ <name>low_case_text</name>
+ <type>text</type>
+ <length>10000000</length>
+ </field>
</declaration>
</table>
</database> \ No newline at end of file