summaryrefslogtreecommitdiff
path: root/src/notification_db.c
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-09-07 17:36:49 +0900
committerseungha.son <seungha.son@samsung.com>2016-09-08 13:20:21 +0900
commit6c57c184172a34a771ba188b05d0ba5e1d9a0b27 (patch)
tree90fa94f7945298527abb888cd85280a9a1224944 /src/notification_db.c
parent30bca51d02c3a10994747a77a7686c90e4bb0a2a (diff)
downloadnotification-6c57c184172a34a771ba188b05d0ba5e1d9a0b27.tar.gz
notification-6c57c184172a34a771ba188b05d0ba5e1d9a0b27.tar.bz2
notification-6c57c184172a34a771ba188b05d0ba5e1d9a0b27.zip
Add notification hide event type and get/set hide time API
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Ie7ac962016cd0d0cfe23d28e01e05347d5c369da
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 f331934..58b5151 100755
--- a/src/notification_db.c
+++ b/src/notification_db.c
@@ -84,6 +84,7 @@ create table if not exists noti_list ( \
ongoing_duration INTEGER default 0, \
auto_remove INTEGER default 1, \
default_button_index INTEGER default 0, \
+ timeout INTEGER default 0, \
uid INTEGER \
); \
create table if not exists noti_group_data ( \
@@ -197,6 +198,7 @@ create table if not exists noti_list ( \
ongoing_duration INTEGER default 0, \
auto_remove INTEGER default 1, \
default_button_index INTEGER default 0, \
+ timeout INTEGER default 0, \
uid INTEGER, \
template_name TEXT, \
UNIQUE (caller_pkgname, template_name) \