commit | f95e6b1acab8beb27a719aa368ae8d2525853bef | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Mar 05 14:00:01 2013 -0800 |
committer | Marco Nelissen <marcone@google.com> | Mon May 06 08:57:31 2013 -0700 |
tree | 66c769c4997f6a487be4d03d9759130ca57be1c8 | |
parent | 32e29cf68ec0e088baeb8444b72d1cdc95cf6182 [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. (this is externally contributed change ef8c5a3947f592154e443e7c63c3e6f2ebde8a07 which was skipped in an earlier automerge) b/8832525 Change-Id: I26ba5356f54b589882447f4aa51892e6b2928acd