aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index cc5b11a2..b0ebb6b5 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -130,7 +130,7 @@ CREATE TABLE bonds(id integer GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
WHEN asset_class='CRT' THEN 'CRT'
END
||id::text) STORED,
- folder bond_strat NOT NULL,
+ folder bond_strat,
portfolio portfolio NOT NULL,
cp_code varchar(12) NOT NULL REFERENCES counterparties(code) ON UPDATE CASCADE,
trade_date date NOT NULL,