Correct db default value.

This commit is contained in:
Thomas Tanghus 2012-07-05 00:40:11 +02:00
parent dac2c14ae9
commit 9d00f4d2fb

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>