chore: Revert hive collections changes

This commit is contained in:
Christian Pauly 2022-08-28 08:03:53 +02:00
commit a1912e5818
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ class FlutterHiveCollectionsDatabase extends HiveCollectionsDatabase {
}
final db = FlutterHiveCollectionsDatabase(
'hive_${client.clientName.replaceAll(' ', '_').toLowerCase()}',
'hive_collections_${client.clientName.replaceAll(' ', '_').toLowerCase()}',
await _findDatabasePath(client),
key: hiverCipher,
);