From 8b8061631b4c816974caaaa3285fe9f583e1269c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20Sch=C3=BCle?= Date: Wed, 2 Sep 2015 16:10:43 +0200 Subject: [PATCH] 0011266: increase size of event fields summary and location * fixes update script versions Change-Id: I6b3fb108c99275b2a86bc3d756e2698523651482 --- tine20/Calendar/Setup/Update/Release8.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tine20/Calendar/Setup/Update/Release8.php b/tine20/Calendar/Setup/Update/Release8.php index d1cbe60..519afaa 100644 --- 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 */ - public function update_6() + public function update_9() { $fieldsToChange = array('location', 'summary'); @@ -447,7 +447,7 @@ class Calendar_Setup_Update_Release8 extends Setup_Update_Abstract $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'); } } -- 2.7.4