Watch
1
0
Fork
You've already forked mautrix-signal
0
mirror of https://github.com/mautrix/signal.git synced 2026-08-23 12:24:56 -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;