aboutsummaryrefslogtreecommitdiffstats
path: root/access/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'access/__init__.py')
-rw-r--r--access/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/access/__init__.py b/access/__init__.py
index aed4de3..5328090 100644
--- a/access/__init__.py
+++ b/access/__init__.py
@@ -9,4 +9,5 @@ class CalEvent(db.Model):
icon = db.IntegerProperty()
begin = db.DateTimeProperty(required=True)
datafrom = db.StringProperty(required=True)
+ remind = db.IntegerProperty()