diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 23f7e05c..492eab51 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -4121,6 +4121,7 @@ CREATE TABLE bond_csv_upload( identifier text NOT NULL, principal numeric(11, 2) NOT NULL, interest numeric(11, 2) NOT NULL, + status status DEFAULT 'Processed', CONSTRAINT unique_upload_check UNIQUE (tradeid, cusip, principal, interest) ); |
