From d1578e378607d0438df56c62d54b82549e3373bb Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Thu, 4 Sep 2025 21:58:45 +0200 Subject: [PATCH] Update migration 202508 --- initdb/99_migrations_202508.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initdb/99_migrations_202508.sql b/initdb/99_migrations_202508.sql index dc8de25..bd62f9a 100644 --- a/initdb/99_migrations_202508.sql +++ b/initdb/99_migrations_202508.sql @@ -359,7 +359,7 @@ $function$ COMMENT ON FUNCTION public.cron_windy_fn() IS 'init by pg_cron to create (or update) station and uploading observations to Windy Personal Weather Station observations'; -- DROP FUNCTION api.merge_logbook_fn(int4, int4); --- Update merge_logbook_fn to handle more metrics and limit moorage deletion +-- Update merge_logbook_fn to handle more metrics and limit moorage deletion CREATE OR REPLACE FUNCTION api.merge_logbook_fn(id_start integer, id_end integer) RETURNS void LANGUAGE plpgsql @@ -565,7 +565,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO user_role; -- Update version UPDATE public.app_settings - SET value='0.9.3' + SET value='0.9.4' WHERE "name"='app.version'; \c postgres