forked from extern/egroupware
corrected misspelling of column-name info_enddate (was info_enddata)
This commit is contained in:
parent
e66982968d
commit
02cd5e8a7c
@ -28,7 +28,7 @@
|
||||
'info_cat' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
'info_datecreated' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
'info_startdate' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
'info_enddata' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
'info_enddate' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
'info_id_parent' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
'info_pri' => array('type' => 'varchar', 'precision' => 10),
|
||||
'info_time' => array('type' => 'int', 'precision' => 4, 'nullable' => false),
|
||||
|
Loading…
Reference in New Issue
Block a user