mirror of
https://github.com/mautrix/signal.git
synced 2026-05-15 21:56:53 -04:00
2 lines
170 B
MySQL
2 lines
170 B
MySQL
|
|
-- 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;
|