diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index bc5482df..960a87e9 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -4191,7 +4191,7 @@ FROM strategy_im si WHERE si.fund=p_fund AND si.date<=p_date ORDER BY date DESC) LEFT JOIN portfolio_folder_mapping pfm ON pfm.clean_folder=si.strategy::TEXT WHERE RANK=1 and abs(amount) >= .01; END $$ LANGUAGE plpgsql; -CREATE TYPE custodian AS ENUM('BNY', 'UMB', 'NT'); +CREATE TYPE custodian AS ENUM('BNY', 'UMB', 'NT', "SCOTIA"); CREATE TABLE iams ( |
