diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index e75a1b48..7ee90ccc 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3551,7 +3551,7 @@ CREATE TABLE irs ( 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 + bbg_ticket_id text null references irs_tickets(bbg_ticket_id) ON UPDATE CASCADE ); CREATE TYPE "bbg_code_type" AS ENUM ( @@ -4244,7 +4244,6 @@ CREATE TABLE irs_tickets ( cusip text NULL, mat_dt date NULL, cclear_usiuti text NULL, - "cclear_usiuti.1" text NULL, account text NULL, client_fcm text NULL );
\ No newline at end of file |
