aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/procedures.sql.in
diff options
context:
space:
mode:
authorJoseph <Joseph.xu@efrei.net>2023-01-23 07:57:34 -0500
committerJoseph <Joseph.xu@efrei.net>2023-01-23 07:57:54 -0500
commit54fa07f5c7be025ee1a241deabe4a5dbcca61599 (patch)
tree28b5572dc0f18233236ea3b6872c82ae5b261880 /src/exchangedb/procedures.sql.in
parenta273b176da448cd27374acb94feee22c22dd8527 (diff)
downloadexchange-54fa07f5c7be025ee1a241deabe4a5dbcca61599.tar.xz
tests for refunds_by_coin and ready_deposit
Diffstat (limited to 'src/exchangedb/procedures.sql.in')
-rw-r--r--src/exchangedb/procedures.sql.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/procedures.sql.in b/src/exchangedb/procedures.sql.in
index 73b75af29..ef6341a1b 100644
--- a/src/exchangedb/procedures.sql.in
+++ b/src/exchangedb/procedures.sql.in
@@ -44,5 +44,7 @@ SET search_path TO exchange;
#include "exchange_do_batch2_reserves_in_insert.sql"
#include "exchange_do_batch4_reserves_in_insert.sql"
#include "exchange_do_batch8_reserves_in_insert.sql"
+#include "exchange_do_refund_by_coin.sql"
+#include "exchange_do_get_ready_deposit.sql"
COMMIT;