summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2017-03-16 20:55:06 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2017-03-16 20:55:06 +0900
commit3d3344c23306d2c1890222817f01a629b58a66b3 (patch)
tree42a9f118fed14e9737c4e4833e795313f1a4d07b
parent5fe98d2bc9df6179702f52c66324c568d54e7380 (diff)
downloadnotification-3d3344c23306d2c1890222817f01a629b58a66b3.tar.gz
notification-3d3344c23306d2c1890222817f01a629b58a66b3.tar.bz2
notification-3d3344c23306d2c1890222817f01a629b58a66b3.zip
Fix wrong name of db column
Change-Id: I6c43019acb48011a6b3cc4dda1f73a78b1b73655 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
-rwxr-xr-xsrc/notification_db.c2
1 files changed, 1 insertions, 1 deletions
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 ( \