mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Don't use double quotes for SQL string literals (references #2170)
This commit is contained in:
parent
756133a9eb
commit
3d01854fa1
@ -1 +1,3 @@
|
|||||||
update user_settings set key = "stock_due_soon_days" where key = "stock_expring_soon_days";
|
UPDATE user_settings
|
||||||
|
SET key = 'stock_due_soon_days'
|
||||||
|
WHERE key = 'stock_expring_soon_days';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user