mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +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';
|