You are here

function gm3_region_update_7002 in Google Maps API V3 7

Remove the binary_polygons field.

File

gm3_region/gm3_region.install, line 160

Code

function gm3_region_update_7002() {
  db_drop_field('gm3_region_data', 'binary_polygons');
}