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-18 18:46:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
d37c98e5f0bc0641bc7dd22bea6f58bcfc73f160
grocy
/
migrations
/
0115.sql
4 lines
92 B
MySQL
Raw
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