diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 2 |
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 ); |
