1
0
Fork 0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-05-16 02:26:53 -04:00
mautrix-whatsapp/pkg/connector/wadb/upgrades/04-conversation-bridged-flag.sql
2024-11-06 21:45:56 +01:00

2 lines
175 B
SQL

-- v4 (compatible with v3+): Add bridged flag for history sync conversations
ALTER TABLE whatsapp_history_sync_conversation ADD COLUMN bridged BOOLEAN NOT NULL DEFAULT false;