Files
grocy/migrations/0163.sql
T

6 lines
140 B
SQL
Raw Normal View History

2022-02-08 18:08:26 +01:00
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;