summaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo/database.xml
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-01-31 22:33:39 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-01-31 22:33:39 +0100
commit39d312861a850a49936dde13940869e4ff6d7f01 (patch)
tree223721bee65300a13962d3f075ef59cd0b0b5443 /apps/calendar/appinfo/database.xml
parent2b8ec1cad048e6ae9a72710d1532a3da23f9b456 (diff)
downloadnextcloud-server-39d312861a850a49936dde13940869e4ff6d7f01.tar.gz
nextcloud-server-39d312861a850a49936dde13940869e4ff6d7f01.zip
add active to the db structure of shared calendars
Diffstat (limited to 'apps/calendar/appinfo/database.xml')
-rw-r--r--apps/calendar/appinfo/database.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/calendar/appinfo/database.xml b/apps/calendar/appinfo/database.xml
index 5ae4dafd39d..ee672574a09 100644
--- a/apps/calendar/appinfo/database.xml
+++ b/apps/calendar/appinfo/database.xml
@@ -278,6 +278,14 @@
<length>1</length>
</field>
+ <field>
+ <name>active</name>
+ <type>integer</type>
+ <default>1</default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
</declaration>
</table>