add active to the db structure of shared calendars

This commit is contained in:
Georg Ehrke 2012-01-31 22:33:39 +01:00
parent 2b8ec1cad0
commit 39d312861a
1 changed files with 8 additions and 0 deletions

View File

@ -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>