From a1c841f6ca996f7fad6ee3a35d0f45c64d22b22e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 28 Apr 2010 05:29:55 +0000 Subject: #760014 by scor, catch: Stop supporting direct updates from Drupal < 6.17. --- modules/statistics/statistics.install | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'modules/statistics') diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install index 38af02dbc..a54a7ffda 100644 --- a/modules/statistics/statistics.install +++ b/modules/statistics/statistics.install @@ -133,24 +133,6 @@ function statistics_schema() { return $schema; } -/** - * @defgroup updates-6.x-extra Extra statistics updates for 6.x - * @{ - */ - -/** - * Allow longer referrers. - */ -function statistics_update_6000() { - db_change_field('accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE)); -} - -/** - * @} End of "defgroup updates-6.x-extra" - * The next series of updates should start at 7000. - */ - - /** * @defgroup updates-6.x-to-7.x statistics updates from 6.x to 7.x * @{ -- cgit v1.2.3