aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index d62618b1..b5871b8d 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -2196,5 +2196,6 @@ CREATE TABLE tranche_cashflows(
tranche_id integer NOT NULL,
principal float,
accrued float,
+ currency currency,
PRIMARY KEY (date, tranche_id)
);