adding a comment related to wrong table name
This commit is contained in:
parent
c80c79cd28
commit
b4968e6863
|
@ -15,7 +15,7 @@ import com.simplemobiletools.commons.helpers.*
|
|||
import java.util.*
|
||||
|
||||
class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(context, DB_NAME, null, DB_VERSION) {
|
||||
private val ALARMS_TABLE_NAME = "contacts"
|
||||
private val ALARMS_TABLE_NAME = "contacts" // wrong table name, ignore it
|
||||
private val COL_ID = "id"
|
||||
private val COL_TIME_IN_MINUTES = "time_in_minutes"
|
||||
private val COL_DAYS = "days"
|
||||
|
|
Loading…
Reference in New Issue