Added the possibility to mark a shopping list item as "done" (closes #257)

This commit is contained in:
Bernd Bestel
2019-07-06 17:56:59 +02:00
parent e4d26bb8fd
commit b24683f954
4 changed files with 51 additions and 2 deletions

2
migrations/0075.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE shopping_list
ADD done INT DEFAULT 0;