mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-04 20:52:54 +01: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…
Reference in a new issue