aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/dawn.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index a8c9528a..42900487 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -1597,7 +1597,8 @@ CREATE TABLE cds_reports(
underlying_name text,
upfront_fee float,
upfront_fee_date date,
- executing_broker text
+ executing_broker text,
+ "1st_cpn_date" date,
PRIMARY KEY(date, row));
CREATE INDEX on cds_reports (date);