diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index bdb4b0c5..aefab1f6 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3145,7 +3145,8 @@ CREATE TABLE irs ( pay_interest_calc_method interest_calc_method NOT NULL, clearing_facility clearing_cp NOT NULL DEFAULT 'LCH-LTD'::clearing_cp, swap_type swap_type NOT NULL, - cleared_trade_id text NULL + cleared_trade_id text NULL, + action action not null, ); CREATE TYPE "bbg_code_type" AS ENUM ( @@ -3188,7 +3189,8 @@ CREATE TABLE trs ( interest_calc_method interest_calc_method NOT NULL, compound_avg_frequency frequency NOT NULL, fixing_frequency frequency NOT NULL, - cpty_id text NULL + cpty_id text NULL, + action action not null, ); |
