aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index ced47c7e..094148fb 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -271,10 +271,6 @@ CREATE TABLE capfloors (
swap_type capfloor_type NOT NULL,
reset_lag int4,
trade_confirm varchar,
- termination_date date,
- termination_fee float8,
- termination_amount float8,
- termination_cp varchar(12) REFERENCES counterparties(code) ON UPDATE CASCADE,
cpty_id text,
globeop_id text
)