1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Correct db default value.

This commit is contained in:
Thomas Tanghus 2012-07-05 00:40:11 +02:00
parent bb68611cff
commit bbd260b27b

View 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>