You are here

function weather_update_7204 in Weather 7.3

Same name and namespace in other branches
  1. 7.2 weather.install \weather_update_7204()

Remove old tables.

File

./weather.install, line 743
Install, update and uninstall functions for the weather module.

Code

function weather_update_7204(&$sandbox) {
  db_drop_table('weather_display');
  db_drop_table('weather_icao');
  db_drop_table('weather_location');
  db_drop_table('weather_metar');
}