Files
Newbie_CRM/database/migrations/027_pin_conversations.sql
JCBSComputer 211d026fb8
Build & Auto-Repair / build (push) Has been cancelled
Add conversation pinning: pinned chats stay at top of sidebar
2026-07-02 16:09:07 +02:00

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;