projects
/
tine20
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
0011266: increase size of event fields summary and location
[tine20]
/
tine20
/
Calendar
/
Setup
/
Update
/
Release8.php
diff --git
a/tine20/Calendar/Setup/Update/Release8.php
b/tine20/Calendar/Setup/Update/Release8.php
index
d1cbe60
..
519afaa
100644
(file)
--- a/
tine20/Calendar/Setup/Update/Release8.php
+++ b/
tine20/Calendar/Setup/Update/Release8.php
@@
-432,7
+432,7
@@
class Calendar_Setup_Update_Release8 extends Setup_Update_Abstract
/**
* @see 0011266: increase size of event fields summary and location
*/
/**
* @see 0011266: increase size of event fields summary and location
*/
- public function update_
6
()
+ public function update_
9
()
{
$fieldsToChange = array('location', 'summary');
{
$fieldsToChange = array('location', 'summary');
@@
-447,7
+447,7
@@
class Calendar_Setup_Update_Release8 extends Setup_Update_Abstract
$this->_backend->alterCol('cal_events', $declaration);
}
$this->_backend->alterCol('cal_events', $declaration);
}
- $this->setTableVersion('cal_events',
9
);
- $this->setApplicationVersion('Calendar', '8.
7
');
+ $this->setTableVersion('cal_events',
11
);
+ $this->setApplicationVersion('Calendar', '8.
10
');
}
}
}
}