aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_reserves.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_reserves.sql')
-rw-r--r--src/auditordb/0002-auditor_reserves.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_reserves.sql b/src/auditordb/0002-auditor_reserves.sql
index 808524b28..f50653512 100644
--- a/src/auditordb/0002-auditor_reserves.sql
+++ b/src/auditordb/0002-auditor_reserves.sql
@@ -24,7 +24,7 @@ CREATE TABLE auditor_reserves
,purse_fee_balance taler_amount NOT NULL
,open_fee_balance taler_amount NOT NULL
,history_fee_balance taler_amount NOT NULL
- ,expiration_date INT8 NOT NULL
+ ,expiration_date BIGINT NOT NULL
,origin_account TEXT
);
COMMENT ON TABLE auditor_reserves