mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
2 lines
135 B
SQL
2 lines
135 B
SQL
-- v2 (compatible with v1+): Add explicit avatar flag to rooms
|
|
ALTER TABLE room ADD COLUMN explicit_avatar INTEGER NOT NULL DEFAULT 0;
|