mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-05 14:29:09 +01:00
2 lines
160 B
SQL
2 lines
160 B
SQL
-- v56 (compatible with v45+): Store whether custom contact info has been set for a puppet
|
|
ALTER TABLE message ADD COLUMN sender_mxid TEXT NOT NULL DEFAULT '';
|