commit | ef8c5a3947f592154e443e7c63c3e6f2ebde8a07 | [log] [tgz] |
---|---|---|
author | Daniel Bonnevier <daniel.bonnevier@sonymobile.com> | Wed Feb 27 11:52:10 2013 +0900 |
committer | Takeshi Aimi <takeshi.aimi@sonymobile.com> | Fri Mar 01 08:30:58 2013 +0900 |
tree | 829c7fe699e34affb84e743999cb7930897d7bf3 | |
parent | edfa644dd785f91949b3cb865e28037bf0acae14 [diff] |
Column in log table is not unique 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