Skip to content
Snippets Groups Projects
Commit cb711fce authored by Steven Ayers's avatar Steven Ayers
Browse files

Issue #3452867 by bluegeek9: Drush command to rebuild location data fails with...

Issue #3452867 by bluegeek9: Drush command to rebuild location data fails with unknown column location_postal_code error
parent c780f818
No related branches found
No related tags found
1 merge request!135Issue #3452867 by bluegeek9: Drush command to rebuild location data fails with...
Pipeline #198930 passed with warnings
......@@ -84,7 +84,7 @@ class GeoIpVisitLogSubscriber implements EventSubscriberInterface {
$fields['location_country_name'] = $geoip_data['country_name'];
$fields['location_region'] = $geoip_data['region'];
$fields['location_city'] = $geoip_data['city'];
$fields['location_postal_code'] = $geoip_data['postal_code'];
$fields['location_postal'] = $geoip_data['postal_code'];
$fields['location_latitude'] = $geoip_data['latitude'];
$fields['location_longitude'] = $geoip_data['longitude'];
$fields['location_area_code'] = $geoip_data['area_code'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment