mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 04:51:11 -05:00
3 lines
141 B
SQL
3 lines
141 B
SQL
-- Add avatar_image_id column to profiles table for Cloudflare image management
|
|
ALTER TABLE public.profiles
|
|
ADD COLUMN avatar_image_id TEXT; |