]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct db default value.
authorThomas Tanghus <thomas@tanghus.net>
Wed, 4 Jul 2012 22:40:11 +0000 (00:40 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 4 Jul 2012 22:40:11 +0000 (00:40 +0200)
apps/contacts/appinfo/database.xml

index dc469ca0a0cae0b3136dc5f381b9b37d7b7d442f..9b269d765dc2082ef64be1ada8509e777e13c869 100644 (file)
@@ -65,7 +65,7 @@
    <field>
     <name>active</name>
     <type>integer</type>
-    <default>0</default>
+    <default>1</default>
     <notnull>true</notnull>
     <length>4</length>
    </field>