grocy/migrations/0075.sql

3 lines
50 B
SQL

ALTER TABLE shopping_list
ADD done INT DEFAULT 0;