aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-28 22:56:30 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-28 22:56:30 +0200
commitb4d8186cb1d34a44ea847712b83e581dd408622f (patch)
treebe74ef4ccbb5b55fedf904f3714a5238e3baefca
parentd16350ef1085bc16f2ef04eb8fe60edeb0f6978d (diff)
hpayto
-rw-r--r--src/auditordb/0002-auditor_pending_deposits.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_pending_deposits.sql b/src/auditordb/0002-auditor_pending_deposits.sql
index 083c81fb5..43b8b580e 100644
--- 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