Update teamplate table, add grafana notification

This commit is contained in:
xbgmsharp
2024-01-19 00:12:47 +01:00
parent 9a5f27d21e
commit 628de57b5f

View File

@@ -132,7 +132,12 @@ INSERT INTO public.email_templates VALUES
'PostgSail account deactivated',
E'Hello __RECIPIENT__,\nYour account has been deactivated and all your data has been removed from PostgSail system.',
'PostgSail deactivated!',
E'We removed your account. Check your email!\n');
E'We removed your account. Check your email!\n'),
('grafana',
'PostgSail Grafana integration',
E'Hello __RECIPIENT__,\nCongratulations! You have just unlocked Grafana\nSee more details at https://app.opneplotter.cloud\nHappy sailing!\nFrancois',
'PostgSail Grafana!',
E'Congratulations!\nYou have just unlocked Grafana\nSee more details at https://app.opneplotter.cloud\n');
---------------------------------------------------------------------------
-- Queue handling