diff options
Diffstat (limited to 'src/auditordb/auditor-0001.sql')
-rw-r--r-- | src/auditordb/auditor-0001.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/auditor-0001.sql b/src/auditordb/auditor-0001.sql index ff8867bee..b511a4d5b 100644 --- a/src/auditordb/auditor-0001.sql +++ b/src/auditordb/auditor-0001.sql | |||
@@ -251,7 +251,7 @@ CREATE TABLE IF NOT EXISTS deposit_confirmations | |||
251 | ,serial_id BIGSERIAL UNIQUE | 251 | ,serial_id BIGSERIAL UNIQUE |
252 | ,h_contract_terms BYTEA CHECK (LENGTH(h_contract_terms)=64) | 252 | ,h_contract_terms BYTEA CHECK (LENGTH(h_contract_terms)=64) |
253 | ,h_wire BYTEA CHECK (LENGTH(h_wire)=64) | 253 | ,h_wire BYTEA CHECK (LENGTH(h_wire)=64) |
254 | ,timestamp INT8 NOT NULL | 254 | ,exchange_timestamp INT8 NOT NULL |
255 | ,refund_deadline INT8 NOT NULL | 255 | ,refund_deadline INT8 NOT NULL |
256 | ,amount_without_fee_val INT8 NOT NULL | 256 | ,amount_without_fee_val INT8 NOT NULL |
257 | ,amount_without_fee_frac INT4 NOT NULL | 257 | ,amount_without_fee_frac INT4 NOT NULL |