Index: modules/dblog/dblog.install =================================================================== RCS file: /cvs/drupal/drupal/modules/dblog/dblog.install,v retrieving revision 1.18 diff -u -p -r1.18 dblog.install --- modules/dblog/dblog.install 29 Sep 2009 15:13:55 -0000 1.18 +++ modules/dblog/dblog.install 5 Oct 2009 19:32:23 -0000 @@ -97,7 +97,6 @@ function dblog_schema() { */ function dblog_update_7001() { db_change_field('watchdog', 'link', 'link', array('type' => 'varchar', 'length' => 255, 'not null' => FALSE, 'default' => '')); - db_change_field('watchdog', 'referer', 'referer', array('type' => 'text', 'not null' => FALSE)); } /** Index: modules/statistics/statistics.install =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics/statistics.install,v retrieving revision 1.23 diff -u -p -r1.23 statistics.install --- modules/statistics/statistics.install 29 Sep 2009 15:13:56 -0000 1.23 +++ modules/statistics/statistics.install 5 Oct 2009 19:32:23 -0000 @@ -139,13 +139,6 @@ function statistics_schema() { */ /** - * Allow longer referrers. - */ -function statistics_update_7000() { - db_change_field('accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE)); -} - -/** * @} End of "defgroup updates-6.x-to-7.x" * The next series of updates should start at 8000. */