aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/dawn.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 2824f844..9b52c121 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -371,9 +371,6 @@ CREATE TABLE repos (
);
-CREATE TRIGGER repo_dealid AFTER INSERT ON repo
-FOR EACH ROW EXECUTE PROCEDURE auto_dealid();
-
ALTER TABLE repo OWNER TO dawn_user;
CREATE TABLE swaptions(id serial PRIMARY KEY,
@@ -549,8 +546,6 @@ identifier = COALESCE(identifier, cusip, isin)', NEW.id);
CASE TG_TABLE_NAME
WHEN 'cds' THEN
stub := 'SCCDS';
- WHEN 'repo' THEN
- stub := 'SC_REP';
WHEN 'swaptions' THEN
stub := 'SWPTN';
WHEN 'futures' THEN