@Override
 protected void onDestroy() {
   weatherDatabase.deleteTable();
   super.onDestroy();
 }