Make it possible to track a chore execution without the time part, only the day

This commit is contained in:
Bernd Bestel
2019-05-04 16:13:05 +02:00
parent 98fcd767b3
commit 9ef55f1f01
10 changed files with 112 additions and 42 deletions

2
migrations/0069.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE chores
ADD track_date_only TINYINT DEFAULT 0;