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-11-21 14:30:49 +0300
committerJoas Schilling <coding@schilljs.com>2017-11-21 14:30:49 +0300
commiteb42d13b867dd764d8cca5cd03791858f8c807ec (patch)
treee6dee1ab76225ff8bd868b90d7dd1bfa95328b16 /appinfo
parentc77d4850075ebe98aa9e8d11a8f4f288a374b486 (diff)
Also store the app type of the push device
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 07febf9..0eca938 100755
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -166,6 +166,12 @@
<notnull>true</notnull>
<length>256</length>
</field>
+ <field>
+ <name>apptype</name>
+ <type>text</type>
+ <notnull>true</notnull>
+ <length>32</length>
+ </field>
<index>
<name>oc_notifpushtoken</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 25953e9..aa07848 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>2.1.0</version>
+ <version>2.1.1</version>
<types>
<logging/>