summaryrefslogtreecommitdiff
path: root/app/python/rcal/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/python/rcal/model.py')
-rw-r--r--app/python/rcal/model.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/python/rcal/model.py b/app/python/rcal/model.py
index 3ecfceb..4ac212f 100644
--- a/app/python/rcal/model.py
+++ b/app/python/rcal/model.py
@@ -139,6 +139,7 @@ class User(BASE):
login = Column(String(255), unique=True, index=True)
password = Column(String(255))
is_admin = Column(Boolean)
+ timezone = Column(String(255))
last_login = Column(UTCDateTime)
calendars = relationship('Calendar',