aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0003-aml_staff.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-29 10:10:11 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-29 10:10:11 +0100
commit5828eead705965b5ac87cfad78636b1363b16396 (patch)
tree488da922fde5c327e897fe38660b6d5a325c9d56 /src/exchangedb/0003-aml_staff.sql
parentf864d66d930690449e855d0a7aa0b146174f4388 (diff)
downloadexchange-5828eead705965b5ac87cfad78636b1363b16396.tar.xz
-fix SQL
Diffstat (limited to 'src/exchangedb/0003-aml_staff.sql')
-rw-r--r--src/exchangedb/0003-aml_staff.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/0003-aml_staff.sql b/src/exchangedb/0003-aml_staff.sql
index 9015c7803..dca0fc8d5 100644
--- a/src/exchangedb/0003-aml_staff.sql
+++ b/src/exchangedb/0003-aml_staff.sql
@@ -18,7 +18,7 @@
CREATE TABLE aml_staff
(aml_staff_uuid BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE
,decider_pub BYTEA PRIMARY KEY CHECK (LENGTH(decider_pub)=32)
- ,master_sig BYTEA PRIMARY KEY CHECK (LENGTH(master_sig)=64)
+ ,master_sig BYTEA CHECK (LENGTH(master_sig)=64)
,decider_name VARCHAR NOT NULL
,is_active BOOLEAN NOT NULL
,last_change INT8 NOT NULL