add exchange_do_age_withdraw.sql
This commit is contained in:
parent
eeece1c96d
commit
ee42b70692
@ -128,8 +128,8 @@ libtaler_plugin_exchangedb_postgres_la_SOURCES = \
|
||||
pg_drain_kyc_alert.h pg_drain_kyc_alert.c \
|
||||
pg_reserves_in_insert.h pg_reserves_in_insert.c \
|
||||
pg_get_withdraw_info.h pg_get_withdraw_info.c \
|
||||
pg_get_age_withdraw.c pg_get_age_withdraw.h \
|
||||
pg_do_age_withdraw.h pg_do_age_withdraw.c \
|
||||
pg_get_age_withdraw.h pg_get_age_withdraw.c \
|
||||
pg_batch_ensure_coin_known.h pg_batch_ensure_coin_known.c \
|
||||
pg_do_batch_withdraw.h pg_do_batch_withdraw.c \
|
||||
pg_get_policy_details.h pg_get_policy_details.c \
|
||||
|
@ -21,6 +21,7 @@ SET search_path TO exchange;
|
||||
#include "exchange_do_withdraw.sql"
|
||||
#include "exchange_do_batch_withdraw.sql"
|
||||
#include "exchange_do_batch_withdraw_insert.sql"
|
||||
#include "exchange_do_age_withdraw.sql"
|
||||
#include "exchange_do_recoup_by_reserve.sql"
|
||||
#include "exchange_do_deposit.sql"
|
||||
#include "exchange_do_melt.sql"
|
||||
|
Loading…
Reference in New Issue
Block a user