• Daniel Bonnevier's avatar
    Column in log table is not unique · ef8c5a39
    Daniel Bonnevier authored
    DATETIME was set as primary key but that value is not always unique.
    This solution is to remove primary key constraint from column "time"
    to avoid SQLiteConstraintException caused in case same DATETIME value
    is attempted to be inserted into log table.
    
    Change-Id: I06f1cd36a6f4f7becdb444599e4de7866813c9cd
    ef8c5a39
AndroidManifest.xml 3.72 KB