aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 67332464..82820adf 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -103,7 +103,7 @@ CREATE TABLE bonds(id serial primary key,
buysell bool NOT NULL,
faceamount float NOT NULL,
price float NOT NULL,
- accrued float NOT NULL,
+ accrued float,
asset_class asset_class,
ticket text,
principal_payment float,