From 60342c7d0e70f569f12dbf5def2343ed5d010511 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 14 Apr 2016 13:17:22 +0200 Subject: * iCal entry modification date stored in model --- app/python/rcal/model.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/python/rcal') diff --git a/app/python/rcal/model.py b/app/python/rcal/model.py index eb5325e..88672b2 100644 --- a/app/python/rcal/model.py +++ b/app/python/rcal/model.py @@ -79,6 +79,7 @@ class Entry(BASE): all_day = Column(Boolean) name = Column(String(255)) location = Column(String(255)) + last_modified = Column(UTCDateTime) _calendar = Column( String(255), -- cgit v1.2.3