veza/veza-backend-api/migrations/091_user_presence_invisible.sql

5 lines
226 B
MySQL
Raw Permalink Normal View History

-- Migration 091: User presence invisible mode (v0.302 Lot P2.2)
-- Adds invisible column to user_presence for hiding online status
ALTER TABLE user_presence ADD COLUMN IF NOT EXISTS invisible BOOLEAN NOT NULL DEFAULT false;