mirror of
https://github.com/grocy/grocy.git
synced 2025-09-29 19:12:24 +00:00
Make it possible to track a chore execution without the time part, only the day
This commit is contained in:
2
migrations/0069.sql
Normal file
2
migrations/0069.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE chores
|
||||
ADD track_date_only TINYINT DEFAULT 0;
|
Reference in New Issue
Block a user