switch to new bang structure

This commit is contained in:
Fabian Freund
2025-09-29 14:41:07 +02:00
parent 26c7191aa9
commit d441620580
7 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ BangDatabase bangDatabase(Ref ref) {
// put the database file, called db.sqlite here, into the documents folder
// for your app.
final dbFolder = await path_provider.getApplicationDocumentsDirectory();
final file = File(p.join(dbFolder.path, 'bang.db'));
final file = File(p.join(dbFolder.path, 'bang2.db'));
// Also work around limitations on old Android versions
if (Platform.isAndroid) {