From ba61b42bd94d0c6af0de1fcba42d60bf3ceeb4c2 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 16 May 2009 20:25:20 +0000 Subject: #456824 follow-up by catch: Fix D6 -> D7 upgrade path failure. --- modules/system/system.install | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules') diff --git a/modules/system/system.install b/modules/system/system.install index 3538ff2b0..9b8ab44d3 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3497,17 +3497,6 @@ function system_update_7023() { return $ret; } -/** - * Create the cache_path table. - */ -function system_update_7024() { - $ret = array(); - $schema['cache_path'] = drupal_get_schema_unprocessed('system', 'cache'); - $schema['cache_path']['description'] = t('Cache table used for path alias lookups.'); - db_create_table($ret, 'cache_path', $schema['cache_path']); - return $ret; -} - /** * @} End of "defgroup updates-6.x-to-7.x" * The next series of updates should start at 8000. -- cgit v1.2.3