diff options
| -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 7a8f8cb2..21198bf7 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3111,7 +3111,8 @@ CREATE TABLE irs ( CREATE TYPE "bbg_code_type" AS ENUM ( 'BOND', 'CDS', - 'FX'); + 'FX', + 'IRS'); CREATE TYPE "interest_calc_method" AS ENUM ( 'Compound', |
