diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 600dfa7d..86703a92 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -1712,7 +1712,7 @@ SELECT id, 'Assignment' END AS trade_type, folder, - termination_cp, + termination_cp AS cp_code, name, option_type, expiration_date, @@ -1751,7 +1751,7 @@ SELECT id, 'Assignment' END AS trade_type, folder, - termination_cp, + termination_cp AS cp_code, name, orig_attach, orig_detach, |
