aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/models.py')
-rw-r--r--python/Dawn/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 61129921..248a6dc7 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -50,7 +50,7 @@ class Accounts(db.Model):
counterparty = db.Column(db.String(12), db.ForeignKey("counterparties.code"))
-FUND = ENUM("SERCGMAST", "BRINKER", name="fund")
+FUND = ENUM("SERCGMAST", "BRINKER", "BOWDST", name="fund")
PORTFOLIO = ENUM(
"OPTIONS",