diff --git a/lib/utils/famedlysdk_store.dart b/lib/utils/famedlysdk_store.dart index 87adbcd..b14e4b0 100644 --- a/lib/utils/famedlysdk_store.dart +++ b/lib/utils/famedlysdk_store.dart @@ -168,7 +168,7 @@ Future migrate(String clientName, Database db, Store store) async { roomId, pickle, json.encode(devices), - DateTime.now(), + DateTime.now().millisecondsSinceEpoch, 0, ); } diff --git a/pubspec.lock b/pubspec.lock index e3b8b40..ab60a8d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -187,8 +187,8 @@ packages: dependency: "direct main" description: path: "." - ref: "84cc925b08e97098d00c54fff9c1244f91055de3" - resolved-ref: "84cc925b08e97098d00c54fff9c1244f91055de3" + ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0" + resolved-ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0" url: "https://gitlab.com/famedly/famedlysdk.git" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index 55d76cb..59974f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: famedlysdk: git: url: https://gitlab.com/famedly/famedlysdk.git - ref: 84cc925b08e97098d00c54fff9c1244f91055de3 + ref: 74bd1d331b77f45ab0793af7c9e607795b8c16f0 localstorage: ^3.0.1+4 file_picker_cross: ^4.2.2