summaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-refunds.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/0002-refunds.sql')
-rw-r--r--src/exchangedb/0002-refunds.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchangedb/0002-refunds.sql b/src/exchangedb/0002-refunds.sql
index 88af42db3..caf695061 100644
--- a/src/exchangedb/0002-refunds.sql
+++ b/src/exchangedb/0002-refunds.sql
@@ -30,8 +30,7 @@ BEGIN
',deposit_serial_id INT8 NOT NULL'
',merchant_sig BYTEA NOT NULL CHECK(LENGTH(merchant_sig)=64)'
',rtransaction_id INT8 NOT NULL'
- ',amount_with_fee_val INT8 NOT NULL'
- ',amount_with_fee_frac INT4 NOT NULL'
+ ',amount_with_fee taler_amount NOT NULL'
') %s ;'
,table_name
,'PARTITION BY HASH (coin_pub)'