mautrix-go/bridgev2/database/upgrades/12-dm-portal-other-user.sql

3 lines
113 B
SQL

-- v12 (compatible with v9+): Save other user ID in DM portals
ALTER TABLE portal ADD COLUMN other_user_id TEXT;