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 3e1423ab..701c6452 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -1930,7 +1930,7 @@ from dates import imm_date
return imm_date(p_date)
$$ LANGUAGE plpython3u;
-CREATE OR REPLACE FUNCTION cds_accrued(date, double precision, bool, text DEFAULT 'USD') RETURNS integer
+CREATE OR REPLACE FUNCTION cds_accrued(date, double precision, bool, text DEFAULT 'USD') RETURNS double precision
AS '$libdir/serenitas_date', 'cds_accrued'
LANGUAGE C STRICT;