diff options
Diffstat (limited to 'apps/calendar/appinfo/database.xml')
-rw-r--r-- | apps/calendar/appinfo/database.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/database.xml b/apps/calendar/appinfo/database.xml index 36fd56a0516..0d7ec188dfb 100644 --- a/apps/calendar/appinfo/database.xml +++ b/apps/calendar/appinfo/database.xml @@ -135,7 +135,15 @@ <notnull>false</notnull> <length>100</length> </field> - + + <field> + <name>active</name> + <type>integer</type> + <default>1</default> + <notnull>true</notnull> + <length>4</length> + </field> + <field> <name>ctag</name> <type>integer</type> |