summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-30 20:32:22 -0100
committerJulius Härtl <jus@bitgrid.net>2018-12-03 07:15:15 +0100
commitfdfb917066e6d6c4693c2da856a5e84f1a3676d1 (patch)
tree9718918539e1e25971f79e79ef7c65abe83c5fea /appinfo
parent454237b5a820f8f6e6493244336a013d110c2c58 (diff)
fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml36
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 33 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index c4c3184f..d2783dc0 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -121,7 +121,7 @@
</table>
<table>
- <name>*dbprefix*social_server_activities</name>
+ <name>*dbprefix*social_server_notes</name>
<declaration>
<field>
@@ -129,44 +129,16 @@
<type>text</type>
<length>127</length>
<notnull>true</notnull>
+ <primary>true</primary>
</field>
<field>
- <name>activity</name>
- <type>text</type>
- <length>6000</length>
- <notnull>true</notnull>
- </field>
-
- <field>
- <name>object</name>
- <type>text</type>
- <length>127</length>
- <notnull>true</notnull>
- </field>
-
- </declaration>
- </table>
-
- <table>
- <name>*dbprefix*social_server_notes</name>
- <declaration>
-
- <field>
- <name>id</name>
+ <name>type</name>
<type>text</type>
- <length>127</length>
+ <length>31</length>
<notnull>true</notnull>
- <primary>true</primary>
</field>
- <!--<field>-->
- <!--<name>type</name>-->
- <!--<type>text</type>-->
- <!--<length>15</length>-->
- <!--<notnull>true</notnull>-->
- <!--</field>-->
-
<field>
<name>to</name>
<type>text</type>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7972342a..452e8938 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.60</version>
+ <version>0.0.62</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>