fix(persistence): fix column message.state not found.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-24 18:04:47 +05:30
committed by xsahil03x
parent 81fe4d919d
commit 332b928b9a
2 changed files with 6 additions and 1 deletions
@@ -48,7 +48,7 @@ class DriftChatDatabase extends _$DriftChatDatabase {
// you should bump this number whenever you change or add a table definition.
@override
int get schemaVersion => 12;
int get schemaVersion => 13;
@override
MigrationStrategy get migration => MigrationStrategy(