postmoogle/vendor/maunium.net/go/mautrix/sqlstatestore/v08-create-event.sql

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;