aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 4e76d6b6..0a272137 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -67,7 +67,7 @@ CREATE TYPE account_type AS ENUM('Cash', 'Brokerage', 'Fcm', 'Future');
CREATE TYPE equity_option_type AS ENUM ('CALL', 'PUT');
-CREATE TYPE deal_type AS ENUM ('Swaption', 'CDS', 'TRS', 'CAP', 'IRS');
+CREATE TYPE deal_type AS ENUM ('Swaption', 'CDS', 'TRS', 'CAP', 'IRS', "EquityOption");
CREATE TABLE accounts(
code varchar(5) PRIMARY KEY,