This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
grocy
Watch
1
Star
0
Fork
0
mirror of
https://github.com/grocy/grocy.git
synced
2026-07-28 00:09:36 -07:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
dde577b98ba9438285a383692f2d755dcd22cce8
grocy
/
migrations
/
0075.sql
T
3 lines
50 B
SQL
Raw
Normal View
History
Unescape
Escape
Added the possibility to mark a shopping list item as "done" (
closes
#257
)
2019-07-06 17:56:59 +02:00
ALTER
TABLE
shopping_list
ADD
done
INT
DEFAULT
0
;
Reference in New Issue
Copy Permalink