summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-17 09:03:01 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-17 09:03:01 +0100
commit257ca169bbf12ae817f51736d1ba94c475f6a48b (patch)
treecbff15c7bca7fe936671d0390d870443e8b53c50
parentfcd3493558dafd0bd667c3918e4a4d583bdc2e08 (diff)
downloadexchange-257ca169bbf12ae817f51736d1ba94c475f6a48b.tar.gz
exchange-257ca169bbf12ae817f51736d1ba94c475f6a48b.tar.bz2
exchange-257ca169bbf12ae817f51736d1ba94c475f6a48b.zip
typo
-rw-r--r--src/exchangedb/exchange_do_insert_aml_decision.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange_do_insert_aml_decision.sql b/src/exchangedb/exchange_do_insert_aml_decision.sql
index f46a73d07..c8ed7e928 100644
--- a/src/exchangedb/exchange_do_insert_aml_decision.sql
+++ b/src/exchangedb/exchange_do_insert_aml_decision.sql
@@ -77,7 +77,7 @@ ELSE
,in_requirement_row)
ON CONFLICT (h_payto) DO
UPDATE SET
- threshold=in_new_threshod
+ threshold=in_new_threshold
,status=in_new_status;
END IF;