1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 21:56:53 -04:00
mautrix-signal/pkg/signalmeow/store/upgrades/09-pni-sending.sql

3 lines
208 B
MySQL
Raw Permalink Normal View History

2024-03-15 15:30:44 +02:00
-- 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;