aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 6c54b948..22dac5b7 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -109,7 +109,8 @@ CREATE TABLE counterparties(code varchar(12) PRIMARY KEY,
notes text,
instructions text,
cash_counterparty boolean NOT NULL DEFAULT true,
- cds_counterparty boolean NOT NULL DEFAULT false);
+ cds_counterparty boolean NOT NULL DEFAULT false),
+ ctm_code text;
CREATE INDEX ON counterparties(name);