Update the 202405 migration. Fix again trip details name in the geojson

This commit is contained in:
xbgmsharp
2024-05-16 21:54:03 +02:00
parent bd9b207d43
commit 42e85cc498

View File

@@ -303,6 +303,9 @@ CREATE OR REPLACE FUNCTION process_logbook_queue_fn(IN _id integer) RETURNS void
user_settings jsonb;
geojson jsonb;
extra_json jsonb;
trip_note jsonb;
from_moorage_note jsonb;
to_moorage_note jsonb;
BEGIN
-- If _id is not NULL
IF _id IS NULL OR _id < 1 THEN