mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 06:31:59 +01:00
Correct cal_type default, should be undefined
This commit is contained in:
parent
a4c9976682
commit
ab460baab1
@ -22,7 +22,7 @@
|
|||||||
'mdatetime' => array('type' => 'int', 'precision' => 11,'nullable' => True),
|
'mdatetime' => array('type' => 'int', 'precision' => 11,'nullable' => True),
|
||||||
'edatetime' => array('type' => 'int', 'precision' => 11,'nullable' => True),
|
'edatetime' => array('type' => 'int', 'precision' => 11,'nullable' => True),
|
||||||
'priority' => array('type' => 'int', 'precision' => 11,'nullable' => False,'default' => '2'),
|
'priority' => array('type' => 'int', 'precision' => 11,'nullable' => False,'default' => '2'),
|
||||||
'cal_type' => array('type' => 'varchar', 'precision' => 10,'nullable' => True,'default' => '2'),
|
'cal_type' => array('type' => 'varchar', 'precision' => 10,'nullable' => True),
|
||||||
'is_public' => array('type' => 'int', 'precision' => 11,'nullable' => False,'default' => '1'),
|
'is_public' => array('type' => 'int', 'precision' => 11,'nullable' => False,'default' => '1'),
|
||||||
'title' => array('type' => 'varchar', 'precision' => 80,'nullable' => False,'default' => '1'),
|
'title' => array('type' => 'varchar', 'precision' => 80,'nullable' => False,'default' => '1'),
|
||||||
'description' => array('type' => 'text','nullable' => True,'default' => '1')
|
'description' => array('type' => 'text','nullable' => True,'default' => '1')
|
||||||
|
Loading…
Reference in New Issue
Block a user