1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 21:56:53 -04:00
mautrix-signal/pkg/signalmeow/store/upgrades/23-recipient-blocked.sql

2 lines
150 B
MySQL
Raw Permalink Normal View History

-- v23 (compatible with v13+): Store block status for recipients
ALTER TABLE signalmeow_recipients ADD COLUMN blocked BOOLEAN NOT NULL DEFAULT false;