chore: update sdk
This commit is contained in:
parent
35d1b8bc94
commit
a6021742ea
4 changed files with 12 additions and 19 deletions
|
|
@ -186,7 +186,9 @@ Future<void> migrate(String clientName, Database db, Store store) async {
|
|||
entry.key,
|
||||
entry.value['inboundGroupSession'],
|
||||
json.encode(entry.value['content']),
|
||||
json.encode(entry.value['indexes']));
|
||||
json.encode(entry.value['indexes']),
|
||||
null,
|
||||
null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue