commit b4d8186cb1d34a44ea847712b83e581dd408622f
parent d16350ef1085bc16f2ef04eb8fe60edeb0f6978d
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 28 Aug 2024 22:56:30 +0200
hpayto
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditordb/0002-auditor_pending_deposits.sql b/src/auditordb/0002-auditor_pending_deposits.sql
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS auditor_pending_deposits
(
row_id BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE PRIMARY KEY,
total_amount taler_amount NOT NULL,
- wire_target_payto TEXT NOT NULL,
+ wire_target_h_payto TEXT NOT NULL CHECK (LENGTH(wire_target_h_payto)=64),
batch_deposit_serial_id BIGINT NOT NULL,
deadline BIGINT NOT NULL,
suppressed BOOLEAN NOT NULL DEFAULT FALSE