wadb: fix migration

This commit is contained in:
Tulir Asokan 2024-11-06 21:45:56 +01:00
parent 8e85d809fd
commit fbd37cc747

View file

@ -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;