4 lines
226 B
SQL
4 lines
226 B
SQL
-- 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;
|