diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-31 17:29:38 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-31 17:29:38 +0200 |
commit | 9a60313c3b7a1abd3aa75d3c914682bfbd03fb07 (patch) | |
tree | e918f2d9bf51d3cffd163390b6ce9a574aa20ce1 /apps/calendar/appinfo/database.xml | |
parent | 57ecf25da71648551dc311e7cd1461de9b276fee (diff) | |
download | nextcloud-server-9a60313c3b7a1abd3aa75d3c914682bfbd03fb07.tar.gz nextcloud-server-9a60313c3b7a1abd3aa75d3c914682bfbd03fb07.zip |
commit changes of Bart Visscher, see http://gitorious.org/owncloud-dump/owncloud-dump/commits/calendar
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> |