diff options
| -rw-r--r-- | sql/dawn.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 3f0f09c9..4038ada5 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -4843,9 +4843,11 @@ CREATE TABLE irs_tickets ( figi text NULL, cusip text NULL, mat_dt date NULL, + cclear_usiuti text NULL, cclear_usiuti text NULL, account text NULL, - client_fcm text NULL + client_fcm text NULL, + effectdt date NULL, ); |
