aboutsummaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
Diffstat (limited to 'database')
-rw-r--r--database/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/models.py b/database/models.py
index fe87e18..4abd58c 100644
--- a/database/models.py
+++ b/database/models.py
@@ -51,8 +51,8 @@ class AppearanceModel(EmbeddedDocument):
class WorkModel(EmbeddedDocument):
- occupation = StringField(required=True, max_length=100)
- base = StringField(required=True, max_length=100)
+ occupation = StringField(required=True, max_length=200)
+ base = StringField(required=True, max_length=200)
class ConnectionModel(EmbeddedDocument):