Update SDK

This commit is contained in:
Sorunome 2020-10-04 14:53:30 +02:00
commit 1fb8bf0cd8
3 changed files with 4 additions and 4 deletions

View file

@ -168,7 +168,7 @@ Future<void> migrate(String clientName, Database db, Store store) async {
roomId,
pickle,
json.encode(devices),
DateTime.now(),
DateTime.now().millisecondsSinceEpoch,
0,
);
}