From 3d3344c23306d2c1890222817f01a629b58a66b3 Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Thu, 16 Mar 2017 20:55:06 +0900 Subject: Fix wrong name of db column Change-Id: I6c43019acb48011a6b3cc4dda1f73a78b1b73655 Signed-off-by: Myungki Lee --- src/notification_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification_db.c b/src/notification_db.c index ef40772..4d466c7 100755 --- a/src/notification_db.c +++ b/src/notification_db.c @@ -89,7 +89,7 @@ create table if not exists noti_list ( \ delete_timeout INTEGER default 0, \ text_input_max_length INTEGER default 0, \ event_flag INTEGER default 0, \ - extentsion_image_size INTEGER default 0, \ + extension_image_size INTEGER default 0, \ uid INTEGER \ ); \ create table if not exists noti_group_data ( \ -- cgit v1.2.3