diff options
| -rw-r--r-- | sql/dawn.sql | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index cd6059ec..10ef7219 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -546,15 +546,6 @@ ON FOR EACH ROW EXECUTE PROCEDURE update_account('ISDA'); -CREATE TRIGGER cash_account BEFORE -INSERT OR UPDATE OF - fund, - cp_code -ON - irs -FOR EACH ROW -EXECUTE PROCEDURE update_account('Cleared Rate'); - CREATE TABLE capfloors ( id serial PRIMARY KEY, fund fund NOT NULL DEFAULT 'SERCGMAST', |
