mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
Fix typo
This commit is contained in:
@@ -321,7 +321,7 @@ AS $pushover$
|
|||||||
DELETE FROM auth.otp
|
DELETE FROM auth.otp
|
||||||
WHERE user_email = _email;
|
WHERE user_email = _email;
|
||||||
-- Disable Notification because
|
-- Disable Notification because
|
||||||
-- Pushover send a notification when sucesssfull with the description of the app
|
-- Pushover send a notification when sucesssful with the description of the app
|
||||||
--
|
--
|
||||||
-- Send Notification async
|
-- Send Notification async
|
||||||
--INSERT INTO process_queue (channel, payload, stored)
|
--INSERT INTO process_queue (channel, payload, stored)
|
||||||
|
Reference in New Issue
Block a user