Update migration 202410

- Cleanup public.update_logbook_with_geojson_trigger_fn
This commit is contained in:
xbgmsharp
2024-11-03 21:46:01 +01:00
parent 3e30709675
commit f72d6b9859

View File

@@ -203,9 +203,6 @@ CREATE OR REPLACE FUNCTION public.update_logbook_with_geojson_trigger_fn() RETUR
DECLARE
geojson JSONB;
feature JSONB;
total_distance FLOAT;
avg_speed FLOAT;
max_speed FLOAT;
BEGIN
-- Parse the incoming GeoJSON data from the track_geojson column
geojson := NEW.track_geojson::jsonb;