From 6a63f7d02fd5dfe779637c8f40e3395982c88595 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Fri, 26 Jan 2024 11:32:50 +0100 Subject: [PATCH] Update cron comment, Add deprecated comment --- initdb/02_2_signalk_cron.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initdb/02_2_signalk_cron.sql b/initdb/02_2_signalk_cron.sql index f4a2830..8e4f7e7 100644 --- a/initdb/02_2_signalk_cron.sql +++ b/initdb/02_2_signalk_cron.sql @@ -124,7 +124,7 @@ $$ language plpgsql; -- Description COMMENT ON FUNCTION public.cron_process_new_moorage_fn - IS 'init by pg_cron to check for new moorage pending update, if so perform process_moorage_queue_fn'; + IS 'Deprecated, init by pg_cron to check for new moorage pending update, if so perform process_moorage_queue_fn'; -- CRON Monitor offline pending notification create function cron_process_monitor_offline_fn() RETURNS void AS $$