Warracker
Open-source warranty tracker to monitor expirations and store receipts
Alternative to: sortly
About
Versions (54)
0.9.8.8
2025-04-03Fixed
- Resolved database error (“column updated_at does not exist”) occurring when updating user profile (first/last name) or user preferences.
- Modified SQL UPDATE statements in
backend/app.py(withinupdate_profilefunction and/api/auth/preferencesendpoint) to remove references to the non-existentupdated_atcolumn inusersanduser_preferencestables.
- Modified SQL UPDATE statements in