summaryrefslogtreecommitdiff
path: root/src/auditordb/auditor-0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 19:57:34 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 19:57:34 +0100
commit81f9b2c93eabc283af6410744d81b343c2332d60 (patch)
tree807a994fa3142dfff6bc60608c6ade12d61deab9 /src/auditordb/auditor-0001.sql
parent59a017dbc7535493a883e580964bdd34717124b0 (diff)
downloadexchange-81f9b2c93eabc283af6410744d81b343c2332d60.tar.gz
exchange-81f9b2c93eabc283af6410744d81b343c2332d60.tar.bz2
exchange-81f9b2c93eabc283af6410744d81b343c2332d60.zip
-misc fixes
Diffstat (limited to 'src/auditordb/auditor-0001.sql')
-rw-r--r--src/auditordb/auditor-0001.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/auditor-0001.sql b/src/auditordb/auditor-0001.sql
index e7ac75388..c5633802c 100644
--- a/src/auditordb/auditor-0001.sql
+++ b/src/auditordb/auditor-0001.sql
@@ -228,6 +228,7 @@ CREATE TABLE IF NOT EXISTS deposit_confirmations
(master_pub BYTEA CONSTRAINT master_pub_ref REFERENCES auditor_exchanges(master_pub) ON DELETE CASCADE
,serial_id BIGSERIAL UNIQUE
,h_contract_terms BYTEA CHECK (LENGTH(h_contract_terms)=64)
+ ,h_extensions BYTEA CHECK (LENGTH(h_contract_terms)=64)
,h_wire BYTEA CHECK (LENGTH(h_wire)=64)
,exchange_timestamp INT8 NOT NULL
,refund_deadline INT8 NOT NULL