mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01: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%';
|