projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe98d2
)
Fix wrong name of db column
59/119359/1
author
Myungki Lee
<mk5004.lee@samsung.com>
Thu, 16 Mar 2017 11:55:06 +0000
(20:55 +0900)
committer
Myungki Lee
<mk5004.lee@samsung.com>
Thu, 16 Mar 2017 11:55:06 +0000
(20:55 +0900)
Change-Id: I6c43019acb48011a6b3cc4dda1f73a78b1b73655
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
src/notification_db.c
patch
|
blob
|
history
diff --git
a/src/notification_db.c
b/src/notification_db.c
index ef40772742e2dcee891180186c1aa9c0bf2b60c1..4d466c721bb644d89f16511ded89eccea768fb79 100755
(executable)
--- 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, \
- exten
t
sion_image_size INTEGER default 0, \
+ extension_image_size INTEGER default 0, \
uid INTEGER \
); \
create table if not exists noti_group_data ( \