Fixed
- 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_profile
function and/api/auth/preferences
endpoint) to remove references to the non-existentupdated_at
column inusers
anduser_preferences
tables.
- Modified SQL UPDATE statements in