mirror of
https://github.com/mautrix/whatsapp.git
synced 2026-05-16 02:26:53 -04:00
2 lines
175 B
SQL
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;
|