aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql1
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
);