chore: Update database migration

This commit is contained in:
Christian Pauly 2021-06-18 09:24:38 +02:00
parent 29fb42b124
commit aeaa4a7081
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ class FluffyClient extends Client {
static FluffyClient _instance;
factory FluffyClient({testMode = false}) {
Logs().level = Level.verbose;
_instance ??= FluffyClient._internal(testMode: testMode);
return _instance;
}

View File

@ -222,8 +222,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "krille/hive"
resolved-ref: "14ee16fe1615f1ddd67568c02b3daf551c99d66c"
ref: main
resolved-ref: "38d81d60933b46085ad5458b0fad6e62eaf92815"
url: "https://gitlab.com/famedly/famedlysdk.git"
source: git
version: "0.1.0"