Refactor: Implement avatar cleanup plan

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 17:38:09 +00:00
parent 728f7c145e
commit 2147514784
6 changed files with 135 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
-- Add avatar_image_id column to profiles table for Cloudflare image management
ALTER TABLE public.profiles
ADD COLUMN avatar_image_id TEXT;