From 340bda704e08059e53e1c1ffdda020ee4946125e Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sat, 17 Dec 2022 23:17:15 +0100 Subject: [PATCH] Update publick.email_templates table --- initdb/02_3_1_signalk_public_tables.sql | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/initdb/02_3_1_signalk_public_tables.sql b/initdb/02_3_1_signalk_public_tables.sql index f543882..df6b35e 100644 --- a/initdb/02_3_1_signalk_public_tables.sql +++ b/initdb/02_3_1_signalk_public_tables.sql @@ -30,6 +30,8 @@ INSERT INTO geocoders VALUES ('nominatim', NULL, 'https://nominatim.openstreetmap.org/reverse'); +-- https://photon.komoot.io/reverse?lat=48.30587233333333&lon=14.3040525 +-- https://docs.mapbox.com/playground/geocoding/?search_text=-3.1457869856990897,51.35921326434686&limit=1 --------------------------------------------------------------------------- -- Tables for message template email/pushover/telegram @@ -66,16 +68,16 @@ INSERT INTO email_templates VALUES 'New vessel', E'Hi!\nHow are you?\n__BOAT__ is now linked to your account.'), ('monitor_offline', - 'Offline', + 'Vessel Offline', E'__BOAT__ has been offline for more than an hour\r\nFind more details at __APP_URL__/boats/\n', - 'Offline', + 'Vessel Offline', E'__BOAT__ has been offline for more than an hour\r\nFind more details at __APP_URL__/boats/\n'), ('monitor_online', - 'Online', + 'Vessel Online', E'__BOAT__ just came online\nFind more details at __APP_URL__/boats/\n', - 'Online', + 'Vessel Online', E'__BOAT__ just came online\nFind more details at __APP_URL__/boats/\n'), -('badge', +('new_badge', 'New Badge!', E'Hello __RECIPIENT__,\nCongratulations! You have just unlocked a new badge: __BADGE_NAME__\nSee more details at __APP_URL__/badges\nHappy sailing!\nThe PostgSail Team', 'New Badge!',