From 42e85cc498ccf16e4fcc9b9741344e7be1968805 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Thu, 16 May 2024 21:54:03 +0200 Subject: [PATCH] Update the 202405 migration. Fix again trip details name in the geojson --- initdb/99_migrations_202405.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/initdb/99_migrations_202405.sql b/initdb/99_migrations_202405.sql index 403e12b..aeab712 100644 --- a/initdb/99_migrations_202405.sql +++ b/initdb/99_migrations_202405.sql @@ -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