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 257b7fe1..72551c65 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -389,7 +389,7 @@ CREATE TABLE swaptions(id serial PRIMARY KEY,
action action NOT NULL,
portfolio portfolio NOT NULL,
folder swaption_strat NOT NULL,
- cash_account text NOT NULL REFERENCES accounts(cash_account),
+ cash_account text NOT NULL REFERENCES accounts2(cash_account),
cp_code varchar(12) NOT NULL REFERENCES counterparties(code) ON UPDATE CASCADE,
swap_type swaption_type NOT NULL,
trade_date date NOT NULL,