mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
* Replaced barcode scanning library with ZXing * Applied code formatting rules * Delete now obsolete user settings * Review --------- Co-authored-by: Bernd Bestel <bernd@berrnd.de>
3 lines
52 B
SQL
3 lines
52 B
SQL
DELETE FROM user_settings
|
|
WHERE key LIKE 'quagga%';
|