aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index d5423772..2f3233c9 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -2709,5 +2709,5 @@ CREATE TABLE public.cds_tickets (
"Brkr" text NULL,
"Mat Dt" text NULL,
"Coupon" int8 NULL,
- CONSTRAINT cds_tickets_pk PRIMARY KEY (bbg_ticket_id, "Account")
+ CONSTRAINT cds_tickets_pk PRIMARY KEY (bbg_ticket_id, "Account", "Client FCM")
);