summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-25 11:50:12 -0100
committerJulius Härtl <jus@bitgrid.net>2018-11-27 10:24:50 +0100
commit4b516940d0521471232fe8eed7772a45b1e71219 (patch)
tree2bac59a4d80ddd96751982ed21a2d3ca0d5d6b2e /appinfo
parent7c7eb188486f7918c77c0330f8e8ea7192c730e2 (diff)
error on too big document
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml7
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 21f239a2..54153c46 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -435,6 +435,13 @@
</field>
<field>
+ <name>error</name>
+ <type>integer</type>
+ <length>1</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
<name>creation</name>
<type>timestamp</type>
</field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 55a16624..c036e24c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Social</name>
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
<description><![CDATA[test]]></description>
- <version>0.0.42</version>
+ <version>0.0.43</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>