Change database file name to be more user-friendly.
This commit is contained in:
parent
adea1eeb02
commit
2c241d9113
@ -27,7 +27,7 @@ void main() {
|
||||
if (testing) {
|
||||
() async {
|
||||
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
||||
String path = join(documentsDirectory.path, 'com_hyperling_expense.db');
|
||||
String path = join(documentsDirectory.path, 'ExpenseTracker.sqlite.db');
|
||||
await deleteDatabase(path);
|
||||
}();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user