mirror of
https://github.com/mautrix/signal.git
synced 2026-07-07 14:53:17 -04:00
2 lines
126 B
SQL
2 lines
126 B
SQL
-- v14 (compatible with v13+): Save storage master key for devices
|
|
ALTER TABLE signalmeow_device ADD COLUMN master_key bytea;
|