1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-16 06:06:54 -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;