From: Michael Tremer Date: Sat, 16 Mar 2024 11:34:21 +0000 (+0000) Subject: importer: Remove more traces of the Geofeed overrides table X-Git-Tag: 0.9.18~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6f3dfdfe7858d3f9eb7e2de50b3752bf0532b61;p=location%2Flibloc.git importer: Remove more traces of the Geofeed overrides table Signed-off-by: Michael Tremer --- diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 45b17e6..cc66414 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1644,13 +1644,6 @@ class CLI(object): network_geofeeds.url FROM network_geofeeds - - UNION - - SELECT - geofeed_overrides.url - FROM - geofeed_overrides ) """, ) @@ -1662,13 +1655,6 @@ class CLI(object): network_geofeeds.url FROM network_geofeeds - - UNION - - SELECT - geofeed_overrides.url - FROM - geofeed_overrides ) INSERT INTO geofeeds