mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
2 lines
120 B
SQL
2 lines
120 B
SQL
-- v10 (compatible with v3+): Add join rules to room state table
|
|
ALTER TABLE mx_room_state ADD COLUMN join_rules jsonb;
|