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:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index f636c6c..1c93323 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -51,6 +51,13 @@
</field>
<field>
+ <name>source</name>
+ <type>text</type>
+ <length>64</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
<name>owner_id</name>
<type>text</type>
<length>64</length>