Files
hotelsync/backend/migrations/077_chat_room_avatar.sql

3 lines
86 B
SQL

-- Group room avatar
ALTER TABLE chat_rooms ADD COLUMN IF NOT EXISTS avatar_url TEXT;