1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 13:46:55 -04:00
mautrix-signal/pkg/signalmeow/store/upgrades/09-pni-sending.sql
2024-03-19 19:15:37 +02:00

3 lines
208 B
SQL

-- v9: Add support for sending to PNIs
ALTER TABLE signalmeow_sessions RENAME COLUMN their_aci_uuid TO their_service_id;
ALTER TABLE signalmeow_identity_keys RENAME COLUMN their_aci_uuid TO their_service_id;