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 f1bb5d93..d1582978 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -481,6 +481,7 @@ CREATE TABLE repos ( ticket varchar NULL, open_repo bool NULL, portfolio portfolio NOT NULL, + roll bool NOT NULL, cash_account text REFERENCES accounts2(cash_account), CHECK ((haircut IS NOT NULL AND weighted_amount IS NULL) OR (haircut IS NULL AND weighted_amount IS NOT NULL)), |
