summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-21 18:15:54 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-11-21 18:15:54 -0100
commitd49e0cd236564431742c4571b63d7b95837318dd (patch)
treed3df85cbf4057f15dc5267e2efb943f31415aeff /appinfo
parentef225a1dcd45c71a26dbe336eb69a19a5e0f35a8 (diff)
new db
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml14
-rw-r--r--appinfo/info.xml2
2 files changed, 15 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 2f60419b..d942c063 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -92,6 +92,13 @@
</field>
<field>
+ <name>follow_id</name>
+ <type>text</type>
+ <length>127</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
<name>accepted</name>
<type>boolean</type>
<default>false</default>
@@ -228,6 +235,13 @@
</field>
<field>
+ <name>instances</name>
+ <type>text</type>
+ <length>3000</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
<name>creation</name>
<type>timestamp</type>
</field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 39a14e02..cc73dcb2 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.35</version>
+ <version>0.0.37</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>