chore: update sdk

This commit is contained in:
Christian Pauly 2020-08-22 11:25:29 +02:00
commit a6021742ea
4 changed files with 12 additions and 19 deletions

View file

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