summaryrefslogtreecommitdiff
path: root/src/notification_db.c
diff options
context:
space:
mode:
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) \