diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index cdc7e6b1..629c3dac 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3414,6 +3414,7 @@ CREATE TABLE irs ( action action not null, upfront float8 not null, settle_date date not null, + globeop_id int4 not null, bbg_ticket_id text null references bond_tickets(bbg_ticket_id) ON UPDATE CASCADE ); |
