mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00: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 '';
|