fix SQL syntax

This commit is contained in:
Joseph 2023-01-23 09:14:25 -05:00
parent 54fa07f5c7
commit 10cf3b3b65
No known key found for this signature in database
GPG Key ID: E709789D3076B5CC
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 7884adf99ec4d5ccf52b1a5a251b99fb6ab9c2f6
Subproject commit 3e659ed54023230dd45dbec5664f176e1763d260

View File

@ -27,7 +27,7 @@ CREATE OR REPLACE FUNCTION exchange_do_insert_aml_decision(
OUT out_last_date INT8)
LANGUAGE plpgsql
AS $$
BEGIN
-- Check officer is eligible to make decisions.
PERFORM
FROM exchange.aml_staff

View File

@ -24,7 +24,7 @@ CREATE OR REPLACE FUNCTION exchange_do_insert_aml_officer(
OUT out_last_change INT8)
LANGUAGE plpgsql
AS $$
BEGIN
INSERT INTO exchange.aml_staff
(decider_pub
,master_sig