mirror of
https://github.com/grocy/grocy.git
synced 2025-09-20 19:44:08 +00:00
6 lines
140 B
MySQL
6 lines
140 B
MySQL
![]() |
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;
|