refactor(persistence): Align message entity with StreamChat.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-17 06:18:23 +05:30
committed by xsahil03x
parent 3509945021
commit 517154cc8f
9 changed files with 580 additions and 257 deletions
@@ -49,7 +49,7 @@ class DriftChatDatabase extends _$DriftChatDatabase {
// you should bump this number whenever you change or add a table definition.
@override
int get schemaVersion => 11;
int get schemaVersion => 12;
@override
MigrationStrategy get migration => MigrationStrategy(
File diff suppressed because it is too large Load Diff