aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/et_tables.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/et_tables.sql b/sql/et_tables.sql
index 1ab55c3f..362123c9 100644
--- a/sql/et_tables.sql
+++ b/sql/et_tables.sql
@@ -31,6 +31,8 @@ CREATE TABLE et_collateral (
Liborfloor float,
ReinvFlag boolean,
Currency varchar(3),
+ Industry text,
+ Country text,
PRIMARY KEY (updatedate, Name, dealname)
);