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-29 19:04:36 +0300
committerJoas Schilling <coding@schilljs.com>2017-11-29 19:04:36 +0300
commit6249e39d2e3f2f3873247c71e3ae1f8bbdddd609 (patch)
tree4aeff512012e16a01fb8c93ac44cd116e0a678c7 /appinfo
parent0cc01a3e149395c69e4a4f066ec53c3478e7840e (diff)
Set a default value for new "Not Null" column
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/database.xml1
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 0eca938..d24b98e 100755
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -171,6 +171,7 @@
<type>text</type>
<notnull>true</notnull>
<length>32</length>
+ <default>unknown</default>
</field>
<index>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index aa07848..b756825 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>2.1.1</version>
+ <version>2.1.2</version>
<types>
<logging/>