diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 3179bb1e..5779b960 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3314,7 +3314,8 @@ CREATE TABLE trs ( fixing_frequency frequency NOT NULL, cpty_id text NULL, action action not null, - globeop_id int null + globeop_id int null, + swap_type text default 'TOTAL_RETURN_SWAP' ); |
