summaryrefslogtreecommitdiff
path: root/src/notification_db.c
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-09-26 09:34:57 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-09-26 09:34:57 +0900
commitcbffc84de17c5f50527dece86f75c8edfc5f72e1 (patch)
tree995cd980036c94bc8709077d1e21da2507ed8d98 /src/notification_db.c
parent0a7c43446c0a5429a94bbaf979ee4c3a2a8c237c (diff)
downloadnotification-cbffc84de17c5f50527dece86f75c8edfc5f72e1.tar.gz
notification-cbffc84de17c5f50527dece86f75c8edfc5f72e1.tar.bz2
notification-cbffc84de17c5f50527dece86f75c8edfc5f72e1.zip
Change-Id: Ib7703b772173f15f8e677e4dcc50e63e7994db2b Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'src/notification_db.c')
-rwxr-xr-xsrc/notification_db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notification_db.c b/src/notification_db.c
index 3b5c2c9..4e9214d 100755
--- a/src/notification_db.c
+++ b/src/notification_db.c
@@ -65,6 +65,7 @@ create table if not exists noti_list ( \
b_event_handler_click_on_button_6 TEXT, \
b_event_handler_click_on_icon TEXT, \
b_event_handler_click_on_thumbnail TEXT, \
+ b_event_handler_click_on_text_input_button TEXT, \
sound_type INTEGER default 0, \
sound_path TEXT, \
vibration_type INTEGER default 0, \
@@ -187,6 +188,7 @@ create table if not exists noti_list ( \
b_event_handler_click_on_button_6 TEXT, \
b_event_handler_click_on_icon TEXT, \
b_event_handler_click_on_thumbnail TEXT, \
+ b_event_handler_click_on_text_input_button TEXT, \
sound_type INTEGER default 0, \
sound_path TEXT, \
vibration_type INTEGER default 0, \