Watch
1
0
Fork
You've already forked mautrix-signal
0
mirror of https://github.com/mautrix/signal.git synced 2026-08-23 04:14:56 -04:00
mautrix-signal/pkg/signalmeow/store/upgrades/22-recipient-nickname.sql

2 lines
154 B
MySQL
Raw Permalink Normal View History

-- v22 (compatible with v13+): Store Signal-specific nickname of contacts
ALTER TABLE signalmeow_recipients ADD COLUMN nickname TEXT NOT NULL DEFAULT '';