mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
LoopDBImporter: update table names
This commit is contained in:
@@ -62,7 +62,7 @@ public class LoopDBImporter extends AbstractImporter
|
||||
boolean canHandle = true;
|
||||
|
||||
Cursor c = db.query("select count(*) from SQLITE_MASTER " +
|
||||
"where name='Checkmarks' or name='Repetitions'");
|
||||
"where name='Habits' or name='Repetitions'");
|
||||
|
||||
if (!c.moveToNext() || c.getInt(0) != 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user