Skip to content

Instantly share code, notes, and snippets.

@nickvergessen
Created May 19, 2017 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickvergessen/4a2000edb740073b7292803ed506e1be to your computer and use it in GitHub Desktop.
Save nickvergessen/4a2000edb740073b7292803ed506e1be to your computer and use it in GitHub Desktop.
diff --git a/appinfo/database.xml b/appinfo/database.xml
index b0628b2..5b05799 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -170,9 +170,9 @@
<field>
<name>type</name>
- <type>integer</type>
- <notnull>true</notnull>
- <length>2</length>
+ <type>text</type>
+ <notnull>false</notnull>
+ <length>15</length>
</field>
<field>
@@ -192,7 +192,7 @@
<field>
<name>header</name>
<type>text</type>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>4000</length>
</field>
@@ -210,4 +210,4 @@
</declaration>
</table>
-</database>
\ No newline at end of file
+</database>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bf7a361..bf8d345 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@ This is the right circle if you are looking for privacy when sharing your files
- A public circle is an open group visible to anyone willing to join.
Your circle will be visible to everyone and everyone will be able to join the circle.]]>
</description>
- <version>0.9.6</version>
+ <version>0.9.9</version>
<licence>AGPL</licence>
<author>Maxence Lange</author>
<documentation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment