mirror of
https://github.com/mautrix/whatsapp.git
synced 2026-07-09 23:49:06 -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;
|