Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-01-26 19:43:07 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-29 11:59:17 +0300
commit1fd8c357b730d912513630dc10b2e4085172fc6b (patch)
treea0f87a574f8e2a4482c202c191d3850e45a774c1 /appinfo
parentb4cc0aada05a8cf95e4927949fcd90d27ced2bc0 (diff)
Fix return codes and messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/database.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 88f6c07..be9a75c 100755
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -138,8 +138,9 @@
</field>
<field>
<name>devicepublickey</name>
- <type>clob</type>
+ <type>text</type>
<notnull>true</notnull>
+ <length>512</length>
</field>
<field>
<name>devicepublickeyhash</name>