You are here

function uc_store_update_7001 in Ubercart 7.3

Removes uc_price cache table.

File

uc_store/uc_store.install, line 210
Install, update, and uninstall functions for the uc_store module.

Code

function uc_store_update_7001() {
  db_drop_table('cache_uc_price');
}