mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 10:56:50 +01:00
rename database from test-db5 to Gadgetbridge
This commit is contained in:
parent
34aead6c63
commit
5ab40918c0
@ -151,7 +151,7 @@ public class GBApplication extends Application {
|
||||
}
|
||||
|
||||
static void setupDatabase(Context context) {
|
||||
DBOpenHelper helper = new DBOpenHelper(context, "test-db5", null);
|
||||
DBOpenHelper helper = new DBOpenHelper(context, "Gadgetbridge", null);
|
||||
SQLiteDatabase db = helper.getWritableDatabase();
|
||||
DaoMaster daoMaster = new DaoMaster(db);
|
||||
if (lockHandler == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user