1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 13:46:55 -04:00
mautrix-signal/pkg/signalmeow/store/upgrades/15-needs-pni-signature.sql

2 lines
170 B
SQL

-- 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;