diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-16 20:25:20 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-16 20:25:20 +0000 |
commit | ba61b42bd94d0c6af0de1fcba42d60bf3ceeb4c2 (patch) | |
tree | 2102567244d5a7f6420dd69c834f24c5cabb1831 /modules | |
parent | b62fb8299f08dbadb3a33452f867c907aa4f29e0 (diff) | |
download | brdo-ba61b42bd94d0c6af0de1fcba42d60bf3ceeb4c2.tar.gz brdo-ba61b42bd94d0c6af0de1fcba42d60bf3ceeb4c2.tar.bz2 |
#456824 follow-up by catch: Fix D6 -> D7 upgrade path failure.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ -3498,17 +3498,6 @@ function system_update_7023() { } /** - * 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. */ |