mirror of
https://github.com/grocy/grocy.git
synced 2026-06-09 11:45:31 +00:00
4 lines
92 B
SQL
4 lines
92 B
SQL
UPDATE user_settings
|
|
SET key = 'stock_due_soon_days'
|
|
WHERE key = 'stock_expring_soon_days';
|