aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-05 00:40:11 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-05 00:40:11 +0200
commit9d00f4d2fb0c881eadfedc5de6537da4133eda7b (patch)
treea7859e6afaebbeaa1aea8e0bec36b1ca5f7ffa7e /apps
parentdac2c14ae932187f30b045bf700680d75375b9fa (diff)
downloadnextcloud-server-9d00f4d2fb0c881eadfedc5de6537da4133eda7b.tar.gz
nextcloud-server-9d00f4d2fb0c881eadfedc5de6537da4133eda7b.zip
Correct db default value.
Diffstat (limited to 'apps')
-rw-r--r--apps/contacts/appinfo/database.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/appinfo/database.xml b/apps/contacts/appinfo/database.xml
index dc469ca0a0c..9b269d765dc 100644
--- a/apps/contacts/appinfo/database.xml
+++ b/apps/contacts/appinfo/database.xml
@@ -65,7 +65,7 @@
<field>
<name>active</name>
<type>integer</type>
- <default>0</default>
+ <default>1</default>
<notnull>true</notnull>
<length>4</length>
</field>