aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/procedures.sql.in
diff options
context:
space:
mode:
authorJoseph <Joseph.xu@efrei.net>2023-02-20 08:04:06 -0500
committerJoseph <Joseph.xu@efrei.net>2023-03-27 09:54:59 -0400
commitfb70814d46d5b92da45e2caa8c513263de7467b2 (patch)
tree5eb1db6857515cfb774d563f0544bea16b4427ca /src/exchangedb/procedures.sql.in
parent42258d5778fde385a78dd0e3420528f5f4583f6d (diff)
downloadexchange-fb70814d46d5b92da45e2caa8c513263de7467b2.tar.xz
some changes for ensure known coin
Diffstat (limited to 'src/exchangedb/procedures.sql.in')
-rw-r--r--src/exchangedb/procedures.sql.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/procedures.sql.in b/src/exchangedb/procedures.sql.in
index 27a5b3bb3..12ec3656f 100644
--- a/src/exchangedb/procedures.sql.in
+++ b/src/exchangedb/procedures.sql.in
@@ -44,5 +44,6 @@ SET search_path TO exchange;
#include "exchange_do_refund_by_coin.sql"
#include "exchange_do_get_ready_deposit.sql"
#include "exchange_do_get_link_data.sql"
+#include "exchange_do_batch_coin_known.sql"
COMMIT;