mirror of
https://github.com/grocy/grocy.git
synced 2025-11-01 19:17:38 +00:00
3 lines
50 B
MySQL
3 lines
50 B
MySQL
|
|
ALTER TABLE shopping_list
|
||
|
|
ADD done INT DEFAULT 0;
|