aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 7b6df615..3f0f09c9 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -4814,9 +4814,9 @@ CREATE TABLE jtd_risks (
company_id int4 NOT NULL,
"name" text NOT NULL,
jtd float8 NOT NULL,
- five_year_spread float8 NOT NULL,
- one_year_spread float8 NULL,
- three_year_spread float8 NULL,
+ 5yr_spread float8 NOT NULL,
+ 1yr_spread float8 NULL,
+ 3yr_spread float8 NULL,
CONSTRAINT jtd_risks_pkey PRIMARY KEY (date, fund, company_id)
);