From aa633881b411c81009d4e1d394d30c950da9c70f Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 16 Mar 2016 01:08:36 +0100 Subject: * timezone preference information for users --- app/python/rcal/model.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/python/rcal/model.py') 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', -- cgit v1.2.3