This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
grocy
Watch
1
Star
0
Fork
0
You've already forked grocy
mirror of
https://github.com/grocy/grocy.git
synced
2025-09-16 17:56:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
master
grocy
/
migrations
/
0115.sql
4 lines
92 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Don't use double quotes for SQL string literals (references #2170)
2023-03-16 21:16:27 +01:00
UPDATE
user_settings
SET
key
=
'
stock_due_soon_days
'
WHERE
key
=
'
stock_expring_soon_days
'
;
Reference in New Issue
Copy Permalink