mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
wadb: fix migration
This commit is contained in:
parent
8e85d809fd
commit
fbd37cc747
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
-- v4 (compatible with v3+): Add bridged flag for history sync conversations
|
||||
ALTER TABLE history_sync_conversation ADD COLUMN bridged BOOLEAN NOT NULL DEFAULT false;
|
||||
ALTER TABLE whatsapp_history_sync_conversation ADD COLUMN bridged BOOLEAN NOT NULL DEFAULT false;
|
||||
|
|
Loading…
Add table
Reference in a new issue