aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 3c8f0f63..3ae12fbc 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -356,7 +356,9 @@ CREATE TABLE terminations (
termination_cp varchar(12) REFERENCES counterparties(code),
termination_amount float8,
termination_fee float8 NOT NULL,
- partial_termination bool NOT null default false
+ partial_termination bool NOT null default false,
+ new_gtid int,
+ fee_payment_date date NOT NULL,
);
create