aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 86b30b8c..67faa28c 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3940,8 +3940,8 @@ AS SELECT tranche_risk.date,
instrument_description text NULL,
"l/s" text NULL,
"position" float8 NULL,
- init_order_id int8 NULL,
- liqd_order_id float8 NULL,
+ init_order_id int4 NULL,
+ liqd_order_id int4 NULL,
matching_id int8 NULL,
init_fix_id text NULL,
liqd_fix_id text NULL,