This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
grocy
Watch
1
Star
0
Fork
0
mirror of
https://github.com/grocy/grocy.git
synced
2026-07-27 16:07:21 -07:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
2d62f8ddeb3ca493ee962bfcf2865132d40bd618
grocy
/
migrations
/
0069.sql
T
3 lines
58 B
SQL
Raw
Normal View
History
Unescape
Escape
Make it possible to track a chore execution without the time part, only the day
2019-05-04 16:13:05 +02:00
ALTER
TABLE
chores
ADD
track_date_only
TINYINT
DEFAULT
0
;
Reference in New Issue
Copy Permalink