aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 4bfe0196..e4f098dc 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3366,6 +3366,8 @@ CREATE TABLE irs (
swap_type swap_type NOT NULL,
cleared_trade_id text NULL,
action action not null,
+ upfront float8 not null,
+ settle_date date not null,
bbg_ticket_id text null references bond_tickets(bbg_ticket_id) ON UPDATE CASCADE
);