1
0
Fork 0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-05-16 10:33:14 -04:00
mautrix-whatsapp/pkg/connector/wadb/upgrades/04-conversation-bridged-flag.sql

2 lines
175 B
MySQL
Raw Permalink Normal View History

-- v4 (compatible with v3+): Add bridged flag for history sync conversations
2024-11-06 21:45:56 +01:00
ALTER TABLE whatsapp_history_sync_conversation ADD COLUMN bridged BOOLEAN NOT NULL DEFAULT false;