From 33a9cefdcfbf5177b0a72ef42da4a98fca8761fe Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 10 May 2016 00:26:03 +0200 Subject: * sort priority for calendar groups --- app/python/rcal/model.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/python') diff --git a/app/python/rcal/model.py b/app/python/rcal/model.py index 5b16e8b..512c75e 100644 --- a/app/python/rcal/model.py +++ b/app/python/rcal/model.py @@ -106,6 +106,7 @@ class Category(BASE): id = Column(Integer, primary_key=True) name = Column(String(255), index=True) + priority = Column(Integer, index=True) calendars = relationship( 'Calendar', -- cgit v1.2.3