mautrix-go/sqlstatestore/v08-create-event.sql
2025-07-18 23:59:28 +03:00

2 lines
123 B
SQL

-- v8 (compatible with v3+): Add create event to room state table
ALTER TABLE mx_room_state ADD COLUMN create_event jsonb;