mirror of
https://github.com/grocy/grocy.git
synced 2025-09-24 21:31:39 +00:00
Don't use double quotes for SQL string literals (references #2170)
This commit is contained in:
@@ -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';
|
||||||
|
Reference in New Issue
Block a user