~aleteoryx/muditaos

ab2252e97e1895db46343a565ee81c93ec170d51 — Michał Kamoń 4 years ago 0218e0d
[EGD-6220] Fix Calllog persistent DB entry

Date entries are stored in DB as `int`s. String version is obsolete
1 files changed, 1 insertions(+), 1 deletions(-)

M image/user/db/calllog_002.sql
M image/user/db/calllog_002.sql => image/user/db/calllog_002.sql +1 -1
@@ 2,5 2,5 @@
-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

BEGIN TRANSACTION;
INSERT OR REPLACE INTO calls ("_id","number","e164number","presentation","date","duration","type","name","contactId","isRead") VALUES (1,'500466048','+48500466048',1,'2020-09-14 11:21:02',0,1,'alek',4,1);
INSERT OR REPLACE INTO calls ("_id","number","e164number","presentation","date","duration","type","name","contactId","isRead") VALUES (1,'500466048','+48500466048',1,'1616406388',0,1,'alek',4,1);
COMMIT;