summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2016-06-22 16:59:56 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2016-06-22 17:00:58 +0900
commit6e99874eb032aa808a98e81dc7c2fd99cb626b31 (patch)
tree5a43cfeb92b726893d1707214ba862598deca82a
parent20a571e3edcc25eb8caf8262b1594a356209fc03 (diff)
downloadnotification-6e99874eb032aa808a98e81dc7c2fd99cb626b31.tar.gz
notification-6e99874eb032aa808a98e81dc7c2fd99cb626b31.tar.bz2
notification-6e99874eb032aa808a98e81dc7c2fd99cb626b31.zip
Change-Id: I2daa9bd453610533ba8ff80fff6a32353f149711 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rwxr-xr-xsrc/notification_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification_db.c b/src/notification_db.c
index da915eb..b950c3f 100755
--- a/src/notification_db.c
+++ b/src/notification_db.c
@@ -31,6 +31,7 @@
#define NOTIFICATION_DB_NAME ".notification.db"
#define CREATE_NOTIFICATION_TABLE " \
PRAGMA journal_mode = PERSIST; \
+PRAGMA synchronous = FULL; \
create table if not exists noti_list ( \
type INTEGER NOT NULL, \
layout INTEGER NOT NULL default 0, \