mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Squashed commit
Updated dependencies Added the possibility to skip chore schedules (closes #1486) Show the meal plan section on the corresponding calendar events (closes #1582) Make it possible to define a time for meal plan sections and use that time for the corresponding calendar events (references #1582) Added a changelog template Make it possible to toggle the meal plan calendar view on bigger screens (closes #1678)
This commit is contained in:
5
migrations/0163.sql
Normal file
5
migrations/0163.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE chores_log
|
||||
ADD skipped TINYINT NOT NULL DEFAULT 0 CHECK(skipped IN (0, 1));
|
||||
|
||||
ALTER TABLE meal_plan_sections
|
||||
ADD time_info TEXT;
|
Reference in New Issue
Block a user