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/15-needs-pni-signature.sql

2 lines
170 B
MySQL
Raw Permalink Normal View History

-- v15 (compatible with v13+): Store flag for recipients who need a PNI signature
ALTER TABLE signalmeow_recipients ADD COLUMN needs_pni_signature boolean DEFAULT false;