chore: Revert hive collections changes
This commit is contained in:
parent
8224d89c0c
commit
a1912e5818
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue