meal eaten checkbox
ci/woodpecker/push/fmt Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2026-08-09 21:07:17 -04:00
parent a1076a0731
commit 2fe8f18589
9 changed files with 216 additions and 3 deletions
@@ -0,0 +1 @@
ALTER TABLE list_meals ADD COLUMN checked INTEGER NOT NULL DEFAULT 0;