diff options
| -rw-r--r-- | sql/dawn.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 492eab51..0b485f0f 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3942,8 +3942,8 @@ AS SELECT tranche_risk.date, start_tax_status text NULL, active_bond_int float8 NULL, end_last_progname text NULL, - init_corpact_id float8 NULL, - liqd_corpact_id float8 NULL, + init_corpact_id text NULL, + liqd_corpact_id text NULL, init_client_order_id text NULL, liqd_client_order_id text NULL, deal_id float8 NULL, |
