mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01: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…
Reference in New Issue
Block a user