add active to the db structure of shared calendars
This commit is contained in:
parent
2b8ec1cad0
commit
39d312861a
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue