mirror of
https://github.com/mautrix/signal.git
synced 2026-05-16 06:06:54 -04:00
3 lines
208 B
SQL
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;
|