Skip to content

Commit

Permalink
Update migration 202410
Browse files Browse the repository at this point in the history
- Cleanup public.update_logbook_with_geojson_trigger_fn
  • Loading branch information
xbgmsharp committed Nov 3, 2024
1 parent 3e30709 commit f72d6b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions initdb/99_migrations_202410.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f72d6b9

Please sign in to comment.