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:
Diffstat (limited to 'appinfo/database.xml')
-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