1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-07-10 07:59:02 -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;