mirror of
https://github.com/mautrix/signal.git
synced 2026-05-15 21:56:53 -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;
|