3 lines
157 B
SQL
3 lines
157 B
SQL
-- Add pinned_at column to conversation_participants for pinning chats
|
|
ALTER TABLE conversation_participants ADD COLUMN IF NOT EXISTS pinned_at TIMESTAMPTZ;
|