5 lines
226 B
MySQL
5 lines
226 B
MySQL
|
|
-- 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;
|