summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-05 17:37:49 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-05 17:37:49 -0100
commita850153582900141a7f5b6f83d8d07a05bee5cab (patch)
treef5e63cc05ea8e1f4d857ecdd54e18c7ca8641386 /appinfo
parent7afb4e5a7ed8d9b08b2b8782a66e2b978aade441 (diff)
generate the entry in CacheDocuments and increment version
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 d2783dc0..bef2a49d 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -58,6 +58,13 @@
</field>
<field>
+ <name>avatar_version</name>
+ <type>integer</type>
+ <length>2</length>
+ <notnull>false</notnull>
+ </field>
+
+ <field>
<name>creation</name>
<type>timestamp</type>
</field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 452e8938..2a47172f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.0.62</version>
+ <version>0.0.64</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>