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 13:09:53 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-29 11:59:16 +0300
commit2fd4a9fbeb966a9d3ce1da8bb931292ecca6bd12 (patch)
treee1d18b2c6cf84437e0a89855d3ee22b547402b84 /appinfo
parent3164e40e5ca9cf6b80b92ac2a51c4cafae3d6ccf (diff)
Store the hash to be able to compare it easily
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/database.xml5
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index c9bdab8..88f6c07 100755
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -138,6 +138,11 @@
</field>
<field>
<name>devicepublickey</name>
+ <type>clob</type>
+ <notnull>true</notnull>
+ </field>
+ <field>
+ <name>devicepublickeyhash</name>
<type>text</type>
<notnull>true</notnull>
<length>128</length>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 47223b5..72cde2f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<types>
<logging/>