diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml index c7b7ffec601..6efcf497cf7 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -104,8 +104,8 @@ <field> <name>available</name> - <type>boolean</type> - <default>true</default> + <type>integer</type> + <default>1</default> <notnull>true</notnull> </field> |