Skip to content

Commit

Permalink
wadb: fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 6, 2024
1 parent 8e85d80 commit fbd37cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit fbd37cc

Please sign in to comment.